@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
19 lines (17 loc) • 509 B
JavaScript
;
/**
* The configuration file for the config.ts file upgrading to Angular 15.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.srcTsConfigSpecRemoves = exports.srcTsConfigLibProdReplaces = void 0;
exports.srcTsConfigLibProdReplaces = {
'"enableIvy": false': '"compilationMode": "partial"'
};
exports.srcTsConfigSpecRemoves = [
{
key: '"files": [',
linesInTotalAfterKey: 4,
exactMatch: false
},
];
//# sourceMappingURL=config.js.map