microsoft/just

Can we use tsx instead of ts-node?

kaiyoma opened this issue · 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.