diff options
Diffstat (limited to 'client/e2e/tsconfig.json')
-rw-r--r-- | client/e2e/tsconfig.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/e2e/tsconfig.json b/client/e2e/tsconfig.json index f42206621..c72e1ed4c 100644 --- a/client/e2e/tsconfig.json +++ b/client/e2e/tsconfig.json | |||
@@ -2,6 +2,8 @@ | |||
2 | "extends": "../tsconfig.json", | 2 | "extends": "../tsconfig.json", |
3 | "compilerOptions": { | 3 | "compilerOptions": { |
4 | "outDir": "../out-tsc/app", | 4 | "outDir": "../out-tsc/app", |
5 | "noImplicitAny": false, | ||
6 | "esModuleInterop": true, | ||
5 | "module": "commonjs", | 7 | "module": "commonjs", |
6 | "target": "es5", | 8 | "target": "es5", |
7 | "types": [ | 9 | "types": [ |