UNPKG

ts-checker-rspack-plugin

Version:

Runs typescript type checker and linter on separate process.

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