UNPKG

236 BTypeScriptView Raw
1import { ProjectConfiguration, Tree } from '@nrwl/devkit';
2import { NormalizedSchema } from '../schema';
3export declare function moveProjectConfiguration(tree: Tree, schema: NormalizedSchema, projectConfig: ProjectConfiguration): void;