Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typescript resolution #12997

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Mar 30, 2023

  1. fix: typescript resolution

    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.
    blake-newman committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    ab77cee View commit details
    Browse the repository at this point in the history