summaryrefslogtreecommitdiffstats
path: root/mod2/ui/e2e/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'mod2/ui/e2e/tsconfig.json')
-rw-r--r--mod2/ui/e2e/tsconfig.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/mod2/ui/e2e/tsconfig.json b/mod2/ui/e2e/tsconfig.json
new file mode 100644
index 0000000..39b800f
--- /dev/null
+++ b/mod2/ui/e2e/tsconfig.json
@@ -0,0 +1,13 @@
+{
+ "extends": "../tsconfig.json",
+ "compilerOptions": {
+ "outDir": "../out-tsc/e2e",
+ "module": "commonjs",
+ "target": "es5",
+ "types": [
+ "jasmine",
+ "jasminewd2",
+ "node"
+ ]
+ }
+}