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

Disable support for Typescript 5+ #38

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

Conversation

atjn
Copy link

@atjn atjn commented Aug 12, 2023

According to this package, it supports all future versions of Typescript, which means npm will usually install the very latest version.

Unfortunately, this package breaks when Typescript 5 is used.

This is a quick fix to make sure npm installs a version of Typescript that won't break the package.

Fixes #34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Doesn't work with newer TypeScript versions
1 participant