tsconfig.json 152 B

123456789101112
  1. {
  2. "extends": "../tsconfig.json",
  3. "compilerOptions": {
  4. "types": [
  5. "cypress"
  6. ]
  7. },
  8. "include": [
  9. "**/*.ts"
  10. ],
  11. "exclude": []
  12. }