tsconfig.vite-config.json 211 B

123456789
  1. {
  2. "extends": "./tsconfig.node.json",
  3. "compilerOptions": {
  4. "composite": true,
  5. "types": ["node"]
  6. },
  7. "include": ["**/vite.config.*", "**/vitest.config.*", "**/vite.init.*"],
  8. "exclude": ["docs"]
  9. }