UNPKG

490 BTypeScriptView Raw
1import * as tsTypes from "typescript";
2import { IOptions } from "./ioptions";
3import { IContext } from "./context";
4export declare function getOptionsOverrides({ useTsconfigDeclarationDir, cacheRoot }: IOptions, preParsedTsconfig?: tsTypes.ParsedCommandLine): tsTypes.CompilerOptions;
5export declare function createFilter(context: IContext, pluginOptions: IOptions, parsedConfig: tsTypes.ParsedCommandLine): (id: unknown) => boolean;
6//# sourceMappingURL=get-options-overrides.d.ts.map
\No newline at end of file