UNPKG

nx

Version:

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

8 lines 396 B
/** * Path to the directory where Nx stores its cache and daemon-related files. */ export declare const cacheDir: string; export declare function cacheDirectoryForWorkspace(workspaceRoot: string): string; export declare const workspaceDataDirectory: string; export declare function workspaceDataDirectoryForWorkspace(workspaceRoot: string): string; //# sourceMappingURL=cache-directory.d.ts.map