Created
October 29, 2021 11:08
-
-
Save NyaGarcia/3813894482f0c1a4927544043224d29c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
/* To learn more about this file see: https://angular.io/config/tsconfig. */ | |
{ | |
"compileOnSave": false, | |
"compilerOptions": { | |
"baseUrl": "./", | |
"outDir": "./dist/out-tsc", | |
"forceConsistentCasingInFileNames": true, | |
"strict": true, | |
"noImplicitReturns": true, | |
"noFallthroughCasesInSwitch": true, | |
"sourceMap": true, | |
"strictPropertyInitialization": false, | |
"declaration": false, | |
"downlevelIteration": true, | |
"experimentalDecorators": true, | |
"moduleResolution": "node", | |
"importHelpers": true, | |
"target": "es2017", | |
"module": "es2020", | |
"lib": [ | |
"es2018", | |
"dom" | |
] | |
}, | |
"angularCompilerOptions": { | |
"enableI18nLegacyMessageIdFormat": false, | |
"strictInjectionParameters": true, | |
"strictInputAccessModifiers": true, | |
"strictTemplates": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment