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.json13
1 files changed, 9 insertions, 4 deletions
diff --git a/client/e2e/tsconfig.json b/client/e2e/tsconfig.json
index 77d311e88..f42206621 100644
--- a/client/e2e/tsconfig.json
+++ b/client/e2e/tsconfig.json
@@ -5,9 +5,14 @@
5 "module": "commonjs", 5 "module": "commonjs",
6 "target": "es5", 6 "target": "es5",
7 "types": [ 7 "types": [
8 "jasmine", 8 "node",
9 "jasminewd2", 9 "webdriverio/async",
10 "node" 10 "@wdio/mocha-framework",
11 "expect-webdriverio"
11 ] 12 ]
12 } 13 },
14 "include": [
15 "src/**/*.ts",
16 "./*.ts"
17 ]
13} 18}