diff options
Diffstat (limited to 'client/e2e/tsconfig.json')
-rw-r--r-- | client/e2e/tsconfig.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/e2e/tsconfig.json b/client/e2e/tsconfig.json index c62ffa931..1291601c9 100644 --- a/client/e2e/tsconfig.json +++ b/client/e2e/tsconfig.json | |||
@@ -6,6 +6,10 @@ | |||
6 | "esModuleInterop": true, | 6 | "esModuleInterop": true, |
7 | "module": "commonjs", | 7 | "module": "commonjs", |
8 | "target": "es5", | 8 | "target": "es5", |
9 | "typeRoots": [ | ||
10 | "../node_modules/@types", | ||
11 | "../node_modules" | ||
12 | ], | ||
9 | "types": [ | 13 | "types": [ |
10 | "node", | 14 | "node", |
11 | "@wdio/globals/types", | 15 | "@wdio/globals/types", |