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

                               

                            


                         



                              
     




                  
 
{
  "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"
  ]
}