@routineless/nx-aws-cdk
Version:
Nx plugin for AWS CDK
9 lines (8 loc) • 500 B
TypeScript
import { ExecutorContext, Tree } from '@nx/devkit';
export declare const addGitIgnoreEntries: (host: Tree, entries: string[]) => void;
export declare const deleteNodeAppRedundantDirs: (tree: Tree, projectRoot: string) => void;
export declare const deleteNodeLibRedundantDirs: (tree: Tree, projectRoot: string) => void;
export declare const getNpmScope: (tree: Tree) => string | undefined;
export declare const getTsConfigCompilerPaths: (context: ExecutorContext) => {
[key: string]: string[];
};