UNPKG

@nx/js

Version:

The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects.

19 lines (18 loc) 515 B
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;