Browse Source

Update tsconfig.json

Eugene Pankov 3 years ago
parent
commit
e5cefc5f9f
1 changed files with 6 additions and 1 deletions
  1. 6 1
      tsconfig.json

+ 6 - 1
tsconfig.json

@@ -44,5 +44,10 @@
       "../node_modules",
       "../../app/node_modules"
     ]
-  }
+  },
+  "angularCompilerOptions": {
+    "strictTemplates": true,
+    "enableResourceInlining": true,
+    "strictInjectionParameters": true,
+  },
 }