浏览代码

Update tsconfig.json

Eugene Pankov 3 年之前
父节点
当前提交
e5cefc5f9f
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      tsconfig.json

+ 6 - 1
tsconfig.json

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