UNPKG

@routineless/nx-aws-cdk

Version:
9 lines (8 loc) 500 B
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[]; };