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: use .d.ts instead of .vue.d.ts for Vue declarations #336

Merged
merged 2 commits into from Jun 1, 2022

Commits on May 31, 2022

  1. - fix for vue declaration file names

    ezolenko authored and agilgur5 committed May 31, 2022
    Configuration menu
    Copy the full SHA
    31f184b View commit details
    Browse the repository at this point in the history
  2. fix: use .d.ts instead of .vue.d.ts for Vue declarations

    - `.vue.d.ts` was recommended by the `rollup-plugin-vue` maintainers
      back when this code was originally written, but apparently it causes
      problems with some imports
      - plain `.d.ts` seems to work fine according to users
        - and plain is the standard in TS too I believe
    agilgur5 committed May 31, 2022
    Configuration menu
    Copy the full SHA
    7ea1522 View commit details
    Browse the repository at this point in the history