-
-
Notifications
You must be signed in to change notification settings - Fork 219
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
TypeScript 5.0 Support #858
Comments
TypeScript 5.0 just released a few hours ago. https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/ I would guess that tsup maintainers will need to test a bit to make sure nothing broke prior to updating their peer dependencies... |
Related #849 |
I've opened a PR to support the new syntax (the only change needed was to bump deps), which should allow tsup to accept TS 5.0 |
fixed in 6.7.0 |
TypeScript 5.0 seems to enforce the use of |
Hi there, our project is still failing with latest tsup and ts5:
This is triggered with Shall I open a new issue with it? The pr is here vuepress/core#1285 UPDATED: This is caused by |
@Mister-Hope should be fixed in load-tsconfig 0.2.5 |
Thanks for the quick fix🎉, I also open a pr at load-tsconfig to add repo field. |
You can't currently install TS 5.0 if you use tsup
npm error
The text was updated successfully, but these errors were encountered: