You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516
  1. {
  2. "include": [
  3. "**/*.ts",
  4. "../globals.d.ts",
  5. "./globals.d.ts"
  6. ],
  7. "extends": "../tsconfig.web",
  8. "compilerOptions": {
  9. "types": [
  10. "node",
  11. "@wdio/globals/types",
  12. "@types/mocha",
  13. "@wdio/mocha-framework"
  14. ]
  15. }
  16. }