interface TypeScriptConfigOverwrite { extends?: string; compilerOptions?: any; include?: string[]; exclude?: string[]; files?: string[]; references?: { path: string; prepend?: boolean; }[]; } export { TypeScriptConfigOverwrite };