tsconfig.json 211 B

1234567891011
  1. {
  2. "compilerOptions": {
  3. "types": [
  4. "node",
  5. "webdriverio/async",
  6. "@wdio/mocha-framework",
  7. "expect-webdriverio"
  8. ],
  9. "target": "ES5"
  10. }
  11. }