-
Notifications
You must be signed in to change notification settings - Fork 607
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
[api-extractor] Update TypeScript version from 5.4.2 to latest #5052
Comments
I'm using the
I assume that this is because |
@octogonz - do you have some time to take a look at this? |
This is an important fix. In this Zulip thread we investigated an error
|
Any solution until will be fixed ? I can't publish a pacakge because of this error. Thanks. |
Working on it today |
I've updated PR #4815 to 5.7.2 and resolved the build issues. |
Summary
I'm using the latest TypeScript version. When I run api-extractor, I see this:
I then get various errors related to the TypeScript version being out of date, such as:
I can point api-extractor to the 5.7.2 type definitions, but of course it doesn't fully understand these, because it's too old.
I note this in the docs:
So here's the issue!
The text was updated successfully, but these errors were encountered: