tsconfig.node.json 207 B

123456789
  1. {
  2. "compilerOptions": {
  3. "composite": true,
  4. "module": "esnext",
  5. "moduleResolution": "node",
  6. "allowSyntheticDefaultImports": true
  7. },
  8. "include": ["vite.config.ts", "src/config/proxy.ts"]
  9. }