UNPKG

376 BTypeScriptView Raw
1import { Tree } from '@nrwl/devkit';
2export declare function readTsConfig(tsConfigPath: string): import("typescript").ParsedCommandLine;
3export declare function getRootTsConfigPathInTree(tree: Tree): string | null;
4export declare function getRelativePathToRootTsConfig(tree: Tree, targetPath: string): string;
5export declare function getRootTsConfigFileName(): string | null;