tsconfig.node.json 272 B

1234567
  1. {
  2. "compilerOptions": {
  3. "target": "ES2022", "lib": ["ES2022"], "module": "NodeNext", "moduleResolution": "NodeNext",
  4. "strict": true, "skipLibCheck": true, "esModuleInterop": true, "noEmit": true, "types": ["node"]
  5. },
  6. "include": ["vite.config.ts", "server"]
  7. }