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