tsconfig.node.json 289 B

12345678910111213141516
  1. {
  2. "compilerOptions": {
  3. "composite": true,
  4. "skipLibCheck": true,
  5. "module": "ESNext",
  6. "moduleResolution": "node",
  7. "allowSyntheticDefaultImports": true
  8. },
  9. "include": [
  10. "vite.config.*",
  11. "vitest.config.*",
  12. "cypress.config.*",
  13. "playwright.config.*",
  14. "vite/plugins/*"
  15. ]
  16. }