| 1234567891011121314151617181920212223242526272829 |
- /* To learn more about this file see: https://angular.io/config/tsconfig. */
- {
- "compileOnSave": false,
- "compilerOptions": {
- "baseUrl": "./",
- "outDir": "./dist/out-tsc",
- "sourceMap": true,
- "declaration": false,
- "downlevelIteration": true,
- "experimentalDecorators": true,
- "moduleResolution": "node",
- "importHelpers": true,
- "skipLibCheck": true,
- "target": "es2015",
- "module": "es2020",
- "paths": {
- "@angular/*": [
- "./node_modules/@angular/*"
- ]
- },
- "lib": [
- "es2018",
- "dom"
- ]
- },
- "angularCompilerOptions": {
- "enableI18nLegacyMessageIdFormat": false
- }
- }
|