Just used esbuild-runner to speed up an app’s npm scripts, written in TypeScript


Just used esbuild-runner to speed up an app’s npm scripts, written in TypeScript.

esbuild-runner starts the app over twice as fast.

Here’s the difference:
Before (ts-node): 6.8 seconds
After (esbuild-runner): 2.5 seconds

Nice improvement! 👍

https://github.com/folke/esbuild-runner

View original on X