import { Tree } from 'nx/src/generators/tree'; export declare const tsConfigBaseOptions: { rootDir: string; sourceMap: boolean; declaration: boolean; moduleResolution: string; emitDecoratorMetadata: boolean; experimentalDecorators: boolean; importHelpers: boolean; target: string; module: string; lib: string[]; skipLibCheck: boolean; skipDefaultLibCheck: boolean; baseUrl: string; paths: {}; }; export declare function extractTsConfigBase(host: Tree): void; //# sourceMappingURL=create-ts-config.d.ts.map