Closed
Description
What would you like?
Determine an alternative to ts-node.
Why is this needed?
In looking at ts-node, it appears that there has not been a lot of recent development. During the upgrade to electron 32 (and underlying Node version bump to 20+), I had to work around some active issues in ts-node. It seems like it might make maintenance easier going forward if we can find an alternative (tsx for example).
Other
@AtofStryker had done a little investigation to swapping to tsx on this branch. This could be used as a starting point.