tsconfig.node.json 241 B

123456789
  1. {
  2. "extends": "@tsconfig/node18/tsconfig.json",
  3. "include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
  4. "compilerOptions": {
  5. "composite": true,
  6. "module": "ESNext",
  7. "types": ["node"]
  8. }
  9. }