Reorganize dashboard into subfolders
[portal/ric-dashboard.git] / dashboard / webapp-frontend / tsconfig.json
diff --git a/dashboard/webapp-frontend/tsconfig.json b/dashboard/webapp-frontend/tsconfig.json
new file mode 100644 (file)
index 0000000..457bef4
--- /dev/null
@@ -0,0 +1,23 @@
+{
+  "compileOnSave": false,
+  "compilerOptions": {
+    "baseUrl": "./",
+    "downlevelIteration": true,
+    "outDir": "./dist/out-tsc",
+    "sourceMap": true,
+    "declaration": false,
+    "module": "esnext",
+    "moduleResolution": "node",
+    "emitDecoratorMetadata": true,
+    "experimentalDecorators": true,
+    "importHelpers": true,
+    "target": "es5",
+    "typeRoots": [
+      "node_modules/@types"
+    ],
+    "lib": [
+      "es2018",
+      "dom"
+    ]
+  }
+}