UNPKG

nx-mesh

Version:
4 lines (3 loc) 216 B
import type { Tree } from '@nrwl/devkit'; export declare function getRootTsConfigPathInTree(tree: Tree): string | null; export declare const getRelativePathToRootTsConfig: (tree: Tree, targetPath: string) => string;