all repos — caroster @ 8bbbeae604eacc3a0f3e559c22dcb694822bf0b1

[Octree] Group carpool to your event https://caroster.io

e2e/tsconfig.json (view raw)

 1{
 2  "compilerOptions": {
 3    "allowJs": true,
 4    "checkJs": true,
 5    "noEmit": true,
 6    "types": [
 7      "node",
 8      "@wdio/cucumber-framework",
 9      "@wdio/allure-reporter",
10      "expect-webdriverio",
11      "wdio-screen-commands/types",
12      "./types"
13    ],
14    "target": "ES2018",
15    "moduleResolution": "Node"
16  }
17}