added svcapi ui and camunda code
[it/otf.git] / otf-frontend / client / src / tsconfig.json
diff --git a/otf-frontend/client/src/tsconfig.json b/otf-frontend/client/src/tsconfig.json
new file mode 100644 (file)
index 0000000..e023398
--- /dev/null
@@ -0,0 +1,21 @@
+{\r
+    "extends": "../config/tsconfig.json",\r
+    "compilerOptions": {\r
+      "outDir": "../out-tsc/app",\r
+      "baseUrl": "./",\r
+      "module": "es2015",\r
+      "types": [],\r
+      "paths": {\r
+        "fs": [\r
+          "./global-shims"\r
+        ]\r
+      },\r
+      "experimentalDecorators": true,\r
+      "allowJs": true\r
+    },\r
+    "exclude": [\r
+      "test.ts",\r
+      "**/*.spec.ts"\r
+    ]\r
+  }\r
+  
\ No newline at end of file