-
Notifications
You must be signed in to change notification settings - Fork 700
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
Support for TypeScript 4.7 #1935
Comments
npm install
failed if both typescript-4.7.x and typedoc-0.22.15 are specifiednpm install
fails if both typescript-4.7.x and typedoc-0.22.15 are specified
When I run If there are no specific known issues and it just needs testing, a package release with a respective tag would be nice. |
There are several things that need to be done to support the new TS version. I'm not sure if I'll have time to get to this until next Monday.
|
npm install
fails if both typescript-4.7.x and typedoc-0.22.15 are specified
Search terms
npm install error, typescript 4.7
Expected Behavior
TypeDoc works well with TypeScript 4.7.
Actual Behavior
npm install
fails when both typedoc-0.22.15 and typescript-4.7.2 are specified.Steps to reproduce the bug
The following commands show the minimum package.json and the install error message:
Environment
The text was updated successfully, but these errors were encountered: