UNPKG

npm-submodules

Version:

Simple way to manage typescipt and angular2 submodules from one repository

22 lines (21 loc) 369 B
interface TsmOptions { src: string; dist: string; tmp: string; project: string; pkg: any; /** * Array of local cross dependencies * */ cross?: string[]; tsconfig: { path: string; config: any; }; } interface BuildOptions { project: string; verbose: boolean; clean: boolean; local: boolean; }