UNPKG

332 BTypeScriptView Raw
1export default function getPaths(rootDir: string): {
2 projectDir: string;
3 scripts: string[];
4 styles: string[];
5 test: string[];
6 buildDir: string;
7 buildArtifacts: string;
8 getBuildDir: (type?: string) => string;
9 buildDirPowerBI: string;
10 buildDirPowerBiResources: string;
11 packageDir: string[];
12};