UNPKG

ts-checker-rspack-plugin

Version:

Runs typescript type checker and linter on separate process.

13 lines (12 loc) 274 B
interface TypeScriptConfigOverwrite { extends?: string; compilerOptions?: any; include?: string[]; exclude?: string[]; files?: string[]; references?: { path: string; prepend?: boolean; }[]; } export { TypeScriptConfigOverwrite };