UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

5 lines 304 B
import { Tree } from '../../generators/tree'; export default function moveGraphCacheDirectory(tree: Tree): Promise<void>; export declare function updatePrettierIgnore(tree: Tree): void; export declare function updateGitIgnore(tree: Tree): void; //# sourceMappingURL=move-workspace-data-directory.d.ts.map