aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/e2e/tsconfig.json')
-rw-r--r--client/e2e/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/e2e/tsconfig.json b/client/e2e/tsconfig.json
index c72e1ed4c..c62ffa931 100644
--- a/client/e2e/tsconfig.json
+++ b/client/e2e/tsconfig.json
@@ -8,7 +8,7 @@
8 "target": "es5", 8 "target": "es5",
9 "types": [ 9 "types": [
10 "node", 10 "node",
11 "webdriverio/async", 11 "@wdio/globals/types",
12 "@wdio/mocha-framework", 12 "@wdio/mocha-framework",
13 "expect-webdriverio" 13 "expect-webdriverio"
14 ] 14 ]