We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now that TypeScript 4.5 is released, would be nice if TSDoc supported it
It seems to work without issues (unlike some painful upgrades in the past), just throws a warning:
You are running with an unsupported TypeScript version! TypeDoc supports 4.0, 4.1, 4.2, 4.3, 4.4
Environment: TSDoc 0.22.9 with TypeScript 4.5.2
The text was updated successfully, but these errors were encountered:
Should be able to get to this Tuesday at the latest :)
Sorry, something went wrong.
The change required is to add || 4.5.x to the following line, is not it?
|| 4.5.x
typedoc/package.json
Line 31 in 2742e7f
We are using TypeDoc with TypeScript 4.5.2 starting with 4.5.0-beta in VexFlow without issues now since 22 days.
6a0ad48
No branches or pull requests
Now that TypeScript 4.5 is released, would be nice if TSDoc supported it
It seems to work without issues (unlike some painful upgrades in the past), just throws a warning:
Environment: TSDoc 0.22.9 with TypeScript 4.5.2
The text was updated successfully, but these errors were encountered: