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
Move 'types' to be first as per typescript requirements.
In order for `vue/types/...` to correctly resolve without extension with module type 'bundler', 'nodenext' etc the wildcard types needs to specify `./types/*.d.ts`.
Many downstream packages import `vue/types/vue` and `vue/types/options` for ambient module argumentation.
0 commit comments