UNPKG

189 BTypeScriptView Raw
1import { GeneratorCallback, Tree } from '@nrwl/devkit';
2export declare function updateTscExecutorLocation(host: Tree): Promise<GeneratorCallback>;
3export default updateTscExecutorLocation;