aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/e2e/tsconfig.json
blob: f422066211ea27ee94fefcc41c8c8911fab2afca (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
 
                                




                               



                              
     




                  
 
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/app",
    "module": "commonjs",
    "target": "es5",
    "types": [
      "node",
      "webdriverio/async",
      "@wdio/mocha-framework",
      "expect-webdriverio"
    ]
  },
  "include": [
    "src/**/*.ts",
    "./*.ts"
  ]
}