@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
14 lines (13 loc) • 328 B
TypeScript
/**
* The configuration file for the tsconfig file upgrading to Angular 15.
*/
export declare const baseReplaces: {
'"module": "es2020"': string;
'"target": "es2015"': string;
};
export declare const baseDirectReplaces: {
' "es2018"': string;
};
export declare const replaces: {
'"target": "ES5"': string;
};