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: update typescript version and fix type error #1277

Merged
merged 3 commits into from
Dec 23, 2022

Conversation

littleboarx
Copy link
Contributor

fix #1198
most type errors are occupied due to the incorrect use of '{}' and 'object' or empty extends (which are regarded as unknown) in generic parameters, I suggest using Record<string, unknow> instead.
Since I am unfamiliar with this library, I only changed the type of signatures.

@kazupon kazupon added the Type: Improvement Includes backwards-compatible fixes label Dec 23, 2022
Copy link
Member

@kazupon kazupon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great works!
Thank you very much! ❤️

@kazupon kazupon merged commit 250446b into intlify:master Dec 23, 2022
SalHe added a commit to SalHe/salhe.github.io that referenced this pull request Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Improvement Includes backwards-compatible fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

typescript 4.8 support
2 participants