aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e/tsconfig.json
blob: c72e1ed4ccdaf2fd8f8500794b61135fd0083121 (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",
      "webdriverio/async",
      "@wdio/mocha-framework",
      "expect-webdriverio"
    ]
  },
  "include": [
    "src/**/*.ts",
    "./*.ts"
  ]
}