Hacker News new | ask | show | jobs
by denysonique 1220 days ago
Have a look at https://github.com/esbuild-kit/tsx

tsx is a CLI command (alternative to node) for seamlessly running TypeScript & ESM, in both commonjs & module package types.

It's powered by esbuild so it's insanely fast.

I also suggest using its alias: esno