UNPKG

164 BTypeScriptView Raw
1import { Schema } from '../schema';
2import { Tree } from '@nrwl/devkit';
3export declare function removeProjectReferencesInConfig(tree: Tree, schema: Schema): void;