vuetifyjs / create

🛠️ Build tooling for Vuetify 3
60 stars 18 forks source link

Fix autoimport/intellisense #13

Closed ItsMos closed 6 months ago

ItsMos commented 1 year ago

for example I couldn't let vs code auto import ref from 'vue' when i simply write ref (TS error) this fixes it

johnleider commented 7 months ago

This type of change would need to go to all jsconfig files.

johnleider commented 7 months ago

Also I'm not sure what this fixes either.