UNPKG

@angular-devkit/build-angular

Version:
17 lines (16 loc) 611 B
/** * @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;