UNPKG

fork-ts-checker-webpack-plugin

Version:
13 lines (12 loc) 291 B
interface TypeScriptConfigurationOverwrite { extends?: string; compilerOptions?: object; include?: string[]; exclude?: string[]; files?: string[]; references?: { path: string; prepend?: boolean; }[]; } export { TypeScriptConfigurationOverwrite };