refactor: migrate to strict template checking

This commit is contained in:
2023-12-06 16:23:26 +01:00
parent 791b5c895d
commit 288a49113f
70 changed files with 204 additions and 236 deletions

View File

@@ -16,5 +16,8 @@
"module": "ES2022",
"moduleResolution": "Node"
},
"angularCompilerOptions": {
"strictTemplates": true
},
"exclude": ["**/*.spec.ts"]
}