Hacker News new | ask | show | jobs
by desert_boi 2231 days ago
Zero processing is a little generous, for things like like ES Module support (and interop), ts-node can be a struggle to get going.
1 comments

As in .mjs files? Personally, I just want to import my own .js / .ts files and external npm packages which works well - https://github.com/gunn/covid-19-scripts/blob/023579e1cf/get...

The catch for me is that it's probably not suitable for a sever in production as mentioned elsewhere in this thread.