A minimal TypeScript runner for Node.js (version 0.1.1), built on esbuild for fast transpilation. Unlike ts-node which uses the TypeScript compiler (tsc), tsr leverages esbuild's speed for instant execution. Ideal for quick scripts and development, but lacks type-checking. Release cadence is unknown.
npm install tsr-nodeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install the CLI globally and run a TypeScript file directly.
Run `tsc --noEmit` separately for type checks.
Check esbuild's compatibility for your features.
Use `npx tsr-node hello.ts` to avoid global installation.
Run `npm i -g tsr-node`.
Install esbuild: `npm i -g esbuild` or reinstall tsr-node.
No dependency data recorded yet.