* ng update @angular/cli migrated to new build system * update lib deps * update versions of main package
25 lines
766 B
JSON
25 lines
766 B
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"esModuleInterop": true,
|
|
"declaration": false,
|
|
"experimentalDecorators": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"paths": {
|
|
"ngx-pinch-zoom": ["dist/ngx-pinch-zoom/ngx-pinch-zoom", "dist/ngx-pinch-zoom"]
|
|
},
|
|
"target": "ES2022",
|
|
"module": "es2020",
|
|
"lib": ["es2018", "dom"],
|
|
"types": ["node"],
|
|
"useDefineForClassFields": false
|
|
},
|
|
"angularCompilerOptions": {
|
|
"enableI18nLegacyMessageIdFormat": false
|
|
}
|
|
}
|