tsconfig.node.json 261 B

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