aboutsummaryrefslogtreecommitdiff
path: root/e2e/tsconfig.e2e.json
diff options
context:
space:
mode:
Diffstat (limited to 'e2e/tsconfig.e2e.json')
-rw-r--r--e2e/tsconfig.e2e.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/e2e/tsconfig.e2e.json b/e2e/tsconfig.e2e.json
index 1d9e5ed..a6dd622 100644
--- a/e2e/tsconfig.e2e.json
+++ b/e2e/tsconfig.e2e.json
@@ -1,8 +1,7 @@
1{ 1{
2 "extends": "../tsconfig.json", 2 "extends": "../tsconfig.json",
3 "compilerOptions": { 3 "compilerOptions": {
4 "outDir": "../out-tsc/e2e", 4 "outDir": "../out-tsc/app",
5 "baseUrl": "./",
6 "module": "commonjs", 5 "module": "commonjs",
7 "target": "es5", 6 "target": "es5",
8 "types": [ 7 "types": [
@@ -11,4 +10,4 @@
11 "node" 10 "node"
12 ] 11 ]
13 } 12 }
14} 13} \ No newline at end of file