UNPKG

275 BTypeScriptView Raw
1import { Tree } from '@nrwl/devkit';
2import { Schema } from '../schema';
3/**
4 * Updates the tsconfig paths to remove the project.
5 *
6 * @param schema The options provided to the schematic
7 */
8export declare function updateTsconfig(tree: Tree, schema: Schema): Promise<void>;