-
-
Notifications
You must be signed in to change notification settings - Fork 575
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
feat: Add TS 5.0 options #573
feat: Add TS 5.0 options #573
Conversation
Thanks for working on this. Can you double check that you covered all the changes for 5.0? |
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
I forgot to check this section here. I will fix it. |
@sindresorhus |
According to https://github.com/SchemaStore/schemastore/pull/2754/files#diff-c2958f962599020051d4dcbd1983284db50f59857bf58b26b24da6d6a763a257R572, the |
I have tested and it appears that TS5.0.2 does not support ES2023. |
That's weird, because there are definitions for ES2023: https://github.com/microsoft/TypeScript/blob/v5.0.2/lib/lib.es2023.d.ts |
When I was running TypeScript, it seems that |
@sindresorhus As it is merged, can we expect a release soon? Or something else needs to be done to provide support for TypeScript 5.0? Thanks |
Hi. I have added an option to tsconfig.json that was added by the recently released TypeScript 5.0.
Ref: https://devblogs.microsoft.com/typescript/announcing-typescript-5-0