diff --git a/tsconfig.json b/tsconfig.json index dc8a24e2..896dcabb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -44,5 +44,10 @@ "../node_modules", "../../app/node_modules" ] - } + }, + "angularCompilerOptions": { + "strictTemplates": true, + "enableResourceInlining": true, + "strictInjectionParameters": true, + }, }