UNPKG

@nrwl/workspace

Version:

Smart, Fast and Extensible Build System.

4 lines (3 loc) 189 B
import { GeneratorCallback, Tree } from '@nrwl/devkit'; export declare function updateTscExecutorLocation(host: Tree): Promise<GeneratorCallback>; export default updateTscExecutorLocation;