ref/ move angularCompilerOptions to tsconfig

This commit is contained in:
Maxime GRIS
2021-11-14 19:13:28 +01:00
parent d812e23a12
commit e07410ba4a
6 changed files with 34 additions and 34 deletions

View File

@@ -22,5 +22,15 @@
},
"exclude": [
"node_modules"
]
],
"angularCompilerOptions": {
"strictTemplates": true,
"fullTemplateTypeCheck": true,
"annotateForClosureCompiler": true,
"strictInjectionParameters": true,
"skipTemplateCodegen": false,
"preserveWhitespaces": true,
"skipMetadataEmit": false,
"disableTypeScriptVersionCheck": true
}
}