vuejs / language-tools

⚡ High-performance Vue language tooling based-on Volar.js
https://marketplace.visualstudio.com/items?itemName=Vue.volar
MIT License
5.55k stars 373 forks source link

fix(typescript-plugin): TS not working in template when tsconfig missing #4452

Closed johnsoncodehk closed 2 weeks ago

johnsoncodehk commented 2 weeks ago

When the project does not have tsconfig, since global types will never be generated, all types in the template will be any.