@nx/angular
Version:
5 lines • 390 B
TypeScript
import type { Tree } from '@nx/devkit';
import type { NormalizedGeneratorOptions } from '../schema';
export declare function updateProjectConfigForApplicationBuilder(tree: Tree, options: NormalizedGeneratorOptions): void;
export declare function updateProjectConfigForBrowserBuilder(tree: Tree, options: NormalizedGeneratorOptions): void;
//# sourceMappingURL=update-project-config.d.ts.map