tsconfig.node.json 325 B

12345678910111213
  1. {
  2. "compilerOptions": {
  3. "composite": true,
  4. "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
  5. "skipLibCheck": true,
  6. "module": "ESNext",
  7. "moduleResolution": "bundler",
  8. "allowSyntheticDefaultImports": true,
  9. "strict": true,
  10. "noEmit": true
  11. },
  12. "include": ["vite.config.ts"]
  13. }