RustRover cargo-generate template: Axum + Vue 3 + TypeScript + Tailwind + sqlx
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

20 rader
459 B

  1. {
  2. "compilerOptions": {
  3. "target": "ES2022",
  4. "lib": ["ES2023"],
  5. "module": "ESNext",
  6. "skipLibCheck": true,
  7. "moduleResolution": "bundler",
  8. "allowImportingTsExtensions": true,
  9. "isolatedModules": true,
  10. "moduleDetection": "force",
  11. "noEmit": true,
  12. "strict": true,
  13. "noUnusedLocals": true,
  14. "noUnusedParameters": true,
  15. "noFallthroughCasesInSwitch": true,
  16. "types": ["node"]
  17. },
  18. "include": ["vite.config.ts"]
  19. }