From e5cefc5f9f16e8513243d0a0af83261776ac34e2 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sun, 26 Jun 2022 16:19:16 +0200 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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, + }, }