tsconfig.node.json 265 B

1234567891011
  1. {
  2. "compilerOptions": {
  3. "composite": true,
  4. "noEmit": true,
  5. "skipLibCheck": true,
  6. "module": "ESNext",
  7. "moduleResolution": "bundler",
  8. "allowSyntheticDefaultImports": true
  9. },
  10. "include": ["./vite.config.ts"]
  11. }