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