a-builder
Version:
a-builder
27 lines (26 loc) • 563 B
TypeScript
export declare const cliJson1_4: {
$schema: string;
project: {
name: string;
};
apps: {
name: string;
root: string;
outDir: string;
assets: string[];
index: string;
main: string;
polyfills: string;
test: string;
tsconfig: string;
testTsconfig: string;
prefix: string;
styles: string[];
scripts: any[];
environmentSource: string;
environments: {
dev: string;
prod: string;
};
}[];
};