tsconfig / bases

Hosts TSConfigs to extend in a TypeScript app, tuned to a particular runtime environment
MIT License
6.41k stars 240 forks source link

Support Node 23 #285

Closed trivikr closed 1 week ago

trivikr commented 1 week ago

Node.js 23 was published on 2024-10-16 https://nodejs.org/en/blog/release/v23.0.0

trivikr commented 1 week ago

As per https://node.green/, Unicode 16.0 is not supported in Node.js 23.

Should the value in lib and target be es2023 due to this missing feature?

trivikr commented 1 week ago

The es2024 target are going to be supported in TypeScript 5.7 expected to release on 2024-11-21

orta commented 1 week ago

I think it's fine to wait for the 5.7 to go live, and then merge this with 24?

trivikr commented 1 week ago

TypeScript 5.7 is live!

https://devblogs.microsoft.com/typescript/announcing-typescript-5-7

orta commented 1 week ago

👍🏻