@nx/js
Version: 
19 lines (18 loc) • 515 B
TypeScript
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;