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