From 43f058a98e2cb523d499a70c4de067015a1c088b Mon Sep 17 00:00:00 2001 From: Max Ivanov Date: Thu, 5 Mar 2020 14:41:47 +0300 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index cb51624..1094e08 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,14 @@ { "compileOnSave": false, + "angularCompilerOptions": { + "fullTemplateTypeCheck": true, + "annotateForClosureCompiler": true, + "strictInjectionParameters": true, + "skipTemplateCodegen": false, + "preserveWhitespaces": true, + "skipMetadataEmit": false, + "disableTypeScriptVersionCheck": true + }, "compilerOptions": { "rootDir": ".", "baseUrl": "./",