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: rename types.d.ts to types.ts #130

Merged
merged 3 commits into from
Aug 29, 2023
Merged

fix: rename types.d.ts to types.ts #130

merged 3 commits into from
Aug 29, 2023

Commits on Aug 24, 2023

  1. fix: rename types.d.ts to types.ts

    `.d.ts` files designed to be backed by `.js` files, using them just for type declaration can lead to type errors after the compilation
    ttypic committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    7bac166 View commit details
    Browse the repository at this point in the history
  2. fix: rename types.d.ts to types.ts

    `.d.ts` files designed to be backed by `.js` files, using them just for type declaration can lead to type errors after the compilation
    ttypic committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c1f2709 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    fc13e1d View commit details
    Browse the repository at this point in the history