UNPKG

446 BTypeScriptView Raw
1export default function project(baseDir: string): {
2 name: any;
3 buildConfig: any;
4 paths: {
5 projectDir: string;
6 scripts: string[];
7 styles: string[];
8 test: string[];
9 buildDir: string;
10 buildArtifacts: string;
11 getBuildDir: (type?: string) => string;
12 buildDirPowerBI: string;
13 buildDirPowerBiResources: string;
14 packageDir: string[];
15 };
16 version: any;
17};