ref/ move angularCompilerOptions to tsconfig
This commit is contained in:
@@ -22,5 +22,15 @@
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
],
|
||||
"angularCompilerOptions": {
|
||||
"strictTemplates": true,
|
||||
"fullTemplateTypeCheck": true,
|
||||
"annotateForClosureCompiler": true,
|
||||
"strictInjectionParameters": true,
|
||||
"skipTemplateCodegen": false,
|
||||
"preserveWhitespaces": true,
|
||||
"skipMetadataEmit": false,
|
||||
"disableTypeScriptVersionCheck": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user