UNPKG

nx

Version:

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

6 lines 415 B
import { ProjectConfiguration } from '../../../config/workspace-json-project-json'; import { NxPluginV2 } from '../../../project-graph/plugins'; export declare const ProjectJsonProjectsPlugin: NxPluginV2; export default ProjectJsonProjectsPlugin; export declare function buildProjectFromProjectJson(json: Partial<ProjectConfiguration>, path: string): ProjectConfiguration; //# sourceMappingURL=project-json.d.ts.map