UNPKG

fork-ts-checker-webpack-plugin

Version:
8 lines (7 loc) 178 B
interface TypeScriptDiagnosticsOptions { syntactic: boolean; semantic: boolean; declaration: boolean; global: boolean; } export { TypeScriptDiagnosticsOptions };