$ cnpm install esno
<samp>Node.js runtime enhanced with esbuild for loading TypeScript & ESM</samp>
From v0.15, esno is essentially an alias of tsx, with automated CJS/ESM mode and caching.
npx esno hello.ts
npm i -g esno
esno index.ts
npm i esno
{
"scripts": {
"start": "esno index.ts"
},
"dependencies": {
"esno": "*"
}
}
Learn more at tsx.
Copyright 2013 - present © cnpmjs.org | Home |