antfu-collective / vitesse

🏕 Opinionated Vite + Vue Starter Template
https://vitesse.netlify.app/
MIT License
8.79k stars 932 forks source link

fix: tsconfig.json #535

Closed nailiable closed 3 months ago

nailiable commented 3 months ago

Description

This will not affect the type check of the eslint.config.js,because eslint.config.js have @ts-check in first line.

Because it is not set to bundler, the type of useRoute and useRouter is always any:

image

This bug has puzzled me for a long time😭