@cliz/tsno
v0.0.5
Published
TypeScript Runtime powered by esbuild, inspired by esno
Maintainers
Readme
tsno- Node in CJS mode - by esbuild-register
Usage
npx @cliz/tsno hello.tsInstall globally
npm i -g @cliz/tsno
tsno index.tsInstall as dependency
npm i @cliz/tsno{
"scripts": {
"start": "tsno index.ts"
},
"dependencies": {
"@cliz/tsno": "*"
}
}npm run start