isaacs / tshy

Other
890 stars 18 forks source link

TypeScript version #42

Closed chrismeyers closed 10 months ago

chrismeyers commented 10 months ago

First off, thanks for creating this project! It has really cleaned up our custom build system for generating hybrid packages.

I was wondering what the plan was for managing the version of TypeScript. TypeScript 5.3 came out at the end of November and I would like to upgrade projects using tshy, but I've been keeping them in sync with the version used here (currently 5.2). I'm assuming the direct TypeScript dependency will have to be bumped and a new (probably major) version of tshy would be published. Or maybe a ranged peer dependency can be used instead so that the individual project is responsible for installing TypeScript?