(front) tsconfig use strict template

This commit is contained in:
2021-08-22 22:31:53 +02:00
parent f40ee2b6d2
commit 755f5e5c24
2 changed files with 6 additions and 3 deletions

View File

@@ -16,5 +16,8 @@
"es2018",
"dom"
]
},
"angularCompilerOptions": {
"strictTemplates": true
}
}