tsconfig.node.json 268 B

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