UNPKG

fork-ts-checker-webpack-plugin

Version:
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 };