You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, it doesn't seem to be a proper solution to me. I guess vue-tsc should just ignore the NuxtUI dependency by default.
further question: auto-imports.d.ts and components.d.ts both have a series of type check ignoring comments.
Could the solution be to add the same type of comment for vue-tsc?
Environment
Is this bug related to Nuxt or Vue?
Nuxt
Version
Nuxt v3.16.1
ui-pro v3.0.1
Reproduction
When I add the following to my nuxt.config.ts:
...then
npx nuxi typecheck
fails with 8 errors.Description
I think that there probably needs to be a stub export set up in all cases? Or these files should not be gathered by the typechecking script?
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: