just
just copied to clipboard
Can we use tsx instead of ts-node?
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.