Closed pwmcintyre closed 1 year ago
From the README
We target the latest versions stable version of TypeScript, note that because we want to be consistent with the versioning the target runtime we can't always do semver releases.
As we tie the LTS major version to the node version, we can't bump it to 19 for any breaking TS changes I'm afraid
hi 👋
maybe a misunderstanding? i'm not attempting to use node v19, i'm using v18
maybe you can help me fix my issue? the lib as specified by @tsconfig/node-lts
is es2023
but something is saying that is not a valid choice ... is this a typescript issue? or a nodejs issue? am i using an incompatible version of something?
seeking advice
Upgrade your typescript version to the latest version, or lock to an older version of the nodelts dependency
hi team
I am suddenly getting build failures since last weeks commit - see below
NodeJS version: 18.15.0
package versions: "@tsconfig/node-lts": "^18.12.2", "typescript": "^4.9.5"
seems to be caused by this change: https://github.com/tsconfig/bases/blame/014e8927b7155640f65a7492fb4bb09f5c49f531/bases/node-lts.json#L9
seeking advice