Merge "Remove unsed imports and file"
[portal/nonrtric-controlpanel.git] / webapp-frontend / tsconfig.json
index 5a33131..5931c27 100644 (file)
@@ -20,5 +20,9 @@
       "es2018",
       "dom"
     ]
-  }
+  },
+    "angularCompilerOptions": {
+      "strictTemplates": true,
+      "fullTemplateTypeCheck": true
+    }
 }