eliot-portal
[eliot.git] / blueprints / common / eliot-ui / frontend-src / e2e / tsconfig.json
diff --git a/blueprints/common/eliot-ui/frontend-src/e2e/tsconfig.json b/blueprints/common/eliot-ui/frontend-src/e2e/tsconfig.json
new file mode 100644 (file)
index 0000000..39b800f
--- /dev/null
@@ -0,0 +1,13 @@
+{
+  "extends": "../tsconfig.json",
+  "compilerOptions": {
+    "outDir": "../out-tsc/e2e",
+    "module": "commonjs",
+    "target": "es5",
+    "types": [
+      "jasmine",
+      "jasminewd2",
+      "node"
+    ]
+  }
+}