aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e/tsconfig.json
blob: c62ffa9313beb28064a0752d4d58a2e461fbd609 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/app",
    "noImplicitAny": false,
    "esModuleInterop": true,
    "module": "commonjs",
    "target": "es5",
    "types": [
      "node",
      "@wdio/globals/types",
      "@wdio/mocha-framework",
      "expect-webdriverio"
    ]
  },
  "include": [
    "src/**/*.ts",
    "./*.ts"
  ]
}