Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information