tsconfig icon indicating copy to clipboard operation
tsconfig copied to clipboard

The latest version doesnt support vue2.7

Open Fnxxxxo opened this issue 2 years ago • 1 comments

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.

Fnxxxxo avatar May 25 '23 09:05 Fnxxxxo

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.

MartinX3 avatar Jun 05 '23 13:06 MartinX3