Initialize the UI code
[holmes/rule-management.git] / rulemgt / src / main / frontend / src / tsconfig.json
diff --git a/rulemgt/src/main/frontend/src/tsconfig.json b/rulemgt/src/main/frontend/src/tsconfig.json
new file mode 100644 (file)
index 0000000..e6a6eac
--- /dev/null
@@ -0,0 +1,12 @@
+{
+  "compilerOptions": {
+    "target": "es5",
+    "module": "commonjs",
+    "moduleResolution": "node",
+    "sourceMap": true,
+    "emitDecoratorMetadata": true,
+    "experimentalDecorators": true,
+    "removeComments": false,
+    "noImplicitAny": false
+  }
+}