UNPKG

@nrwl/workspace

Version:

Smart, Fast and Extensible Build System.

4 lines (3 loc) 236 B
import { ProjectConfiguration, Tree } from '@nrwl/devkit'; import { NormalizedSchema } from '../schema'; export declare function moveProjectConfiguration(tree: Tree, schema: NormalizedSchema, projectConfig: ProjectConfiguration): void;