tsconfig.node.json 235 B

123456789101112131415
  1. {
  2. "include": [
  3. "vite.config.*",
  4. "vitest.config.*",
  5. "cypress.config.*",
  6. "playwright.config.*"
  7. ],
  8. "compilerOptions": {
  9. "ignoreDeprecations": "5.0",
  10. "composite": true,
  11. "types": [
  12. "node"
  13. ]
  14. }
  15. }