Skip to content
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

Require TS 5.7 and update target to ES2024 #12

Merged
merged 2 commits into from
Nov 27, 2024
Merged

Require TS 5.7 and update target to ES2024 #12

merged 2 commits into from
Nov 27, 2024

Conversation

billyjanitsch
Copy link
Contributor

This also adds lib to the config for two reasons:

  1. target is supposed to include corresponding lib definitions but this isn't the case for ES2024 because of a bug in TS 5.7: target: 'ES2024' does not include library definitions microsoft/TypeScript#60621
  2. DOM.Iterable is excluded by default but it makes sense to include. See the source and this discussion.

@billyjanitsch billyjanitsch requested a review from a team as a code owner November 27, 2024 15:11
@billyjanitsch billyjanitsch merged commit 0c27d42 into main Nov 27, 2024
2 checks passed
@billyjanitsch billyjanitsch deleted the ts-5.7 branch November 27, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant