tsconfig
tsconfig copied to clipboard
The latest version doesnt support vue2.7
Repo: https://stackblitz.com/edit/vitejs-vite-zfat4q?file=src%2Fcomponents%2FHelloWorld.vue
The declaration of '*.vue' has gone and router type check has been broken.
The lastest version supporting vue 2.7 was 0.1.3
Edit:
If you want to use a newer typescript version, you can add "ignoreDeprecations": "5.0", to the compilerOptions in the tsconfig.json.