diff options
Diffstat (limited to 'client/e2e/tsconfig.e2e.json')
-rw-r--r-- | client/e2e/tsconfig.e2e.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/e2e/tsconfig.e2e.json b/client/e2e/tsconfig.e2e.json index 415179b48..77d311e88 100644 --- a/client/e2e/tsconfig.e2e.json +++ b/client/e2e/tsconfig.e2e.json | |||
@@ -1,5 +1,5 @@ | |||
1 | { | 1 | { |
2 | "extends": "../tsconfig.base.json", | 2 | "extends": "../tsconfig.json", |
3 | "compilerOptions": { | 3 | "compilerOptions": { |
4 | "outDir": "../out-tsc/app", | 4 | "outDir": "../out-tsc/app", |
5 | "module": "commonjs", | 5 | "module": "commonjs", |
@@ -10,4 +10,4 @@ | |||
10 | "node" | 10 | "node" |
11 | ] | 11 | ] |
12 | } | 12 | } |
13 | } \ No newline at end of file | 13 | } |