clarkmcc / go-typescript

Compile and run Typescript code natively in Go
GNU General Public License v3.0
104 stars 11 forks source link

Any plan to support newer version of TS? #6

Closed bubbajoe closed 2 years ago

bubbajoe commented 2 years ago

I was wondering if you plan to support newer versions of TS?

clarkmcc commented 2 years ago

I've just added built-in support for using Typescript v4.7.2. Feel free to create a PR for additional versions in the future if you'd like.