]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/e2e/tsconfig.json
Migrate to webdriverio
[github/Chocobozzz/PeerTube.git] / client / e2e / tsconfig.json
1 {
2 "extends": "../tsconfig.json",
3 "compilerOptions": {
4 "outDir": "../out-tsc/app",
5 "module": "commonjs",
6 "target": "es5",
7 "types": [
8 "node",
9 "webdriverio/async",
10 "@wdio/mocha-framework",
11 "expect-webdriverio"
12 ]
13 },
14 "include": [
15 "src/**/*.ts",
16 "./*.ts"
17 ]
18 }