-
Notifications
You must be signed in to change notification settings - Fork 663
Bump TypeScript to 5.9. #5550
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
base: main
Are you sure you want to change the base?
Bump TypeScript to 5.9. #5550
Conversation
|
| "compilerOptions": { | ||
| "outDir": "lib", | ||
| "rootDir": "src", | ||
| "skipLibCheck": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seemed like the least invasive way to resolve the build issue related to api-extractor. If there's a better way, let me know!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the issue that shows up without this?
| "compilerOptions": { | ||
| "outDir": "lib", | ||
| "rootDir": "src", | ||
| "skipLibCheck": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the issue that shows up without this?
| "changes": [ | ||
| { | ||
| "packageName": "@rushstack/heft-isolated-typescript-transpile-plugin", | ||
| "comment": "Add Node20", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "comment": "Add Node20", | |
| "comment": "Add support for the `Node20` TypeScript module kind.", |
Summary
Fixes #5544
Details
Based on #5157.
How it was tested
Impacted documentation