tsconfig.node.json 213 B

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