just icon indicating copy to clipboard operation
just copied to clipboard

Can we use tsx instead of ts-node?

Open kaiyoma opened this issue 2 years ago • 0 comments

Just got this error when using Just:

[9:49:35 AM] x In order to use TypeScript with just.config.ts, you need to install "ts-node" module:

  npm install -D ts-node

or

  yarn add -D ts-node

Can there be an option to use https://github.com/esbuild-kit/tsx instead? It's much faster than ts-node.

kaiyoma avatar Jan 20 '23 17:01 kaiyoma