UNPKG

npm-submodules

Version:

Simple way to manage typescipt and angular2 submodules from one repository

6 lines (5 loc) 243 B
export declare const ROOT: string; export declare const pkgFileName = "package.json"; export declare const tsconfigName = "tsconfig.json"; export declare const ngCliConfName = "angular-cli.json"; export declare const dependencyKeys: string[];