@angular/build
Version:
Official build system for Angular
21 lines (20 loc) • 820 B
TypeScript
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/
export declare const allowMangle: boolean;
export declare const shouldBeautify: boolean;
export declare const allowMinify: boolean;
export declare const maxWorkers: number;
export declare const useParallelTs: boolean;
export declare const debugPerformance: boolean;
export declare const shouldWatchRoot: boolean;
export declare const useTypeChecking: boolean;
export declare const useJSONBuildLogs: boolean;
export declare const shouldOptimizeChunks: boolean;
export declare const useComponentStyleHmr: boolean;
export declare const useComponentTemplateHmr: boolean;
export declare const usePartialSsrBuild: boolean;