tsconfig.node.json 246 B

12345678910111213
  1. {
  2. "compilerOptions": {
  3. "composite": true,
  4. "esModuleInterop": true,
  5. "module": "ESNext",
  6. "skipLibCheck": true,
  7. "moduleResolution": "Node",
  8. "allowSyntheticDefaultImports": true
  9. },
  10. "include": [
  11. "vite.config.ts"
  12. ]
  13. }