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

TsConfigJson: Add TypeScript 5.7 fields #987

Merged
merged 2 commits into from
Nov 24, 2024

Conversation

ntnyq
Copy link
Contributor

@ntnyq ntnyq commented Nov 24, 2024

This PR adds support for TypeScript 5.7.

  • Add ES2023, ES2024 and some missing stuff to compilerOptions.lib
  • Add ES2023 and ES2024 to compilerOptions.target
  • Add missing compilerOptions property
    • isolatedDeclarations
    • noUncheckedSideEffectImports
    • generateTrace
    • strictBuiltinIteratorReturn
  • Add missing typeAcquisition.disableFilenameBasedTypeAcquisition property

Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
@sindresorhus sindresorhus merged commit 9d6fff3 into sindresorhus:main Nov 24, 2024
9 checks passed
@sindresorhus sindresorhus changed the title TsConfigJson: support typescript 5.7 TsConfigJson: Add TypeScript 5.7 fields Nov 24, 2024
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.

2 participants