Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Created October 29, 2021 11:08
Show Gist options
  • Save NyaGarcia/3813894482f0c1a4927544043224d29c to your computer and use it in GitHub Desktop.
Save NyaGarcia/3813894482f0c1a4927544043224d29c to your computer and use it in GitHub Desktop.
/* 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