run ts files in node with type-checking
https://github.com/alexsch01/tsnode
requires Node.js v24.3.0 or later
npm i -g @alexsch01/tsnode
$ mkdir proj
$ cd proj
$ tsnode --init
[Make a main.ts file]
$ tsnode main.ts
$ tsnode --update