Change the buiding tool to angular-cli
[holmes/rule-management.git] / rulemgt-frontend / tsconfig.json
similarity index 75%
rename from rulemgt/src/main/frontend/src/tsconfig.json
rename to rulemgt-frontend/tsconfig.json
index e6a6eac..414d18e 100644 (file)
@@ -7,6 +7,10 @@
     "emitDecoratorMetadata": true,
     "experimentalDecorators": true,
     "removeComments": false,
-    "noImplicitAny": false
+    "noImplicitAny": false,
+    "lib": [
+      "es2017",
+      "dom"
+    ]
   }
 }