-
Notifications
You must be signed in to change notification settings - Fork 701
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.4 support #2517
Labels
enhancement
Improved functionality
Comments
Also needs a test for NoInfer - will probably be this weekend. |
I got this warning/error too. Minimal reproduction: Create an empty node project with this {
"devDependencies": {
"typedoc": "^0.25.11",
"typescript": "^5.4.2"
}
} |
This was referenced Jul 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(copied from #2446)
Search Terms
TypeScript 5.4
Problem
[warning] You are running with an unsupported TypeScript version! If TypeDoc crashes, this is why. TypeDoc supports 4.6, 4.7, 4.8, 4.9, 5.0, 5.1, 5.2, 5.3
Suggested Solution
Update to TypeScript 5.4, including peerDependencies, and re-test.
The text was updated successfully, but these errors were encountered: