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