UNPKG

nx

Version:

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

9 lines (8 loc) 204 B
/** * Returns information about where apps and libs will be created. */ export declare function workspaceLayout(): { appsDir: string; libsDir: string; }; export { readNxJson } from './nx-json';