vuedx/languagetools

Remove type errors from not lang="ts" components.

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.
I don't use Vue with TypeScript for all the projects I contribute in and it's getting frustrating when I see type errors from VueDX in the template section of components even though I don't use TypeScript there.

Describe the solution you'd like
I think It would be awesome if it was possible to configure this extension to check only .vue files that have its lang set to ts for the script section of a component.

Describe alternatives you've considered
There is no alternatives because the extension yells at me for not defining types in a project that doesn't use TypeScript at all