Jelajahi Sumber

Update tsconfig.json

Eugene Pankov 3 tahun lalu
induk
melakukan
e5cefc5f9f
1 mengubah file dengan 6 tambahan dan 1 penghapusan
  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,
+  },
 }