vuetifyjs / vue-cli-plugins

🔌 A collection of Vuetify plugins for Vue CLI
https://vuetifyjs.com/en/getting-started/quick-start#vue-cli-3
Other
427 stars 113 forks source link

fix(vite): allow typescript project generation #316

Closed ElijahKotyluk closed 2 years ago

ElijahKotyluk commented 2 years ago
YipingRuan commented 2 years ago

Will this include the import error for TypeScript project?

image

ElijahKotyluk commented 2 years ago

Will this include the import error for TypeScript project?

image

Yeah, all the TS issues are fixed here. Most of the TS stuff came from how TypeScript was being detected in the project, had to check for the typescript plugin or the typescript dev dependency.