zx
zx copied to clipboard
Provide better out of the box TypeScript support
Currently (as of 8.1.3
), running TypeScript files with zx requires additional setup, such as providing a package.json
and a tsconfig.json
.
It would be nice if the zx cli wraps ts-node
automatically when it detects a .ts
file.
I would love to create a PR for this feature if it is feasible.