@rushstack/heft
Version:
Build all your JavaScript projects the same way: A way that works.
20 lines • 804 B
TypeScript
export declare class Constants {
static projectConfigFolderName: string;
static cacheFolderName: string;
static tempFolderName: string;
static heftConfigurationFilename: string;
static nodeServiceConfigurationFilename: string;
static cleanParameterLongName: string;
static debugParameterLongName: string;
static localesParameterLongName: string;
static onlyParameterLongName: string;
static productionParameterLongName: string;
static toParameterLongName: string;
static toExceptParameterLongName: string;
static unmanagedParameterLongName: string;
static verboseParameterLongName: string;
static verboseParameterShortName: string;
static maxParallelism: number;
static heftPackageName: string;
}
//# sourceMappingURL=Constants.d.ts.map