[Quasar CLI Vite] No built-in type checking? #12821
-
|
Vite does not do type checking to speed up development. For the build script, I'd like to typecheck my code, as shown here https://vitejs.dev/guide/features.html#typescript I can adjust the script myself and find the right commands/options, but I thought this is something Quasar might want to have built-in when running the build command. EDIT: I now realize that typechecking was not done in the webpack CLI either, so maybe this was never meant to be part of quasar. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hi, Yes, just like Vite also recommends, you can configure the IDE instead to do typechecking OR use vue-tsc package when building for production. |
Beta Was this translation helpful? Give feedback.
Hi,
Yes, just like Vite also recommends, you can configure the IDE instead to do typechecking OR use vue-tsc package when building for production.
We'll be investing some time into a baked-in solution (which uses vue-tsc) in the future though.