UNPKG

@nxworker/workspace

Version:

Nx plugin providing generators for managing workspace files, including the move-file generator for safely moving files between projects while updating all imports

8 lines (7 loc) 316 B
import { Tree } from '@nx/devkit'; export declare function readCompilerPaths(tree: Tree): Record<string, unknown> | null; /** * Clears the compiler paths cache. * Should be called when tsconfig files are modified or at the start of generator execution. */ export declare function clearCompilerPathsCache(): void;