tsconfig.node.json 266 B

1234567891011
  1. {
  2. "$schema": "http://json.schemastore.org/tsconfig",
  3. "compilerOptions": {
  4. "composite": true,
  5. "skipLibCheck": true,
  6. "module": "ESNext",
  7. "moduleResolution": "bundler",
  8. "allowSyntheticDefaultImports": true
  9. },
  10. "include": ["vite.config.ts"]
  11. }