Setup angular compiler options (#45)

This commit is contained in:
Thomas
2021-04-25 17:41:53 +02:00
committed by GitHub
parent 19ada83d0b
commit ef317a86ed
7 changed files with 28 additions and 24 deletions

View File

@ -12,5 +12,9 @@
{
"path": "./tsconfig.editor.json"
}
]
],
"angularCompilerOptions": {
"strictInjectionParameters": true,
"strictTemplates": false
}
}