Closed alexplischke closed 1 year ago
The configuration @tsconfig/node20 targets es2022. No change from node18.
@tsconfig/node20
es2022
Min. node version that supports the target is
"engines": { "node": ">=16.13.2" },
which has now been properly documented in the package.json.
package.json
The configuration
@tsconfig/node20
targetses2022
. No change from node18.Min. node version that supports the target is
which has now been properly documented in the
package.json
.