nx
Version:
6 lines (5 loc) • 369 B
TypeScript
import { ProjectConfiguration } from '../../../config/workspace-json-project-json';
import { NxPlugin } from '../../../project-graph/plugins';
export declare const ProjectJsonProjectsPlugin: NxPlugin;
export default ProjectJsonProjectsPlugin;
export declare function buildProjectFromProjectJson(json: Partial<ProjectConfiguration>, path: string): ProjectConfiguration;