remy / nodemon

Monitor for any changes in your node.js application and automatically restart the server - perfect for development
http://nodemon.io/
MIT License
26.23k stars 1.72k forks source link

use `tsx` replace `ts-node`? #2085

Closed takegine closed 1 year ago

takegine commented 1 year ago

When executing the ts file, can the default ts-node be replaced with tsx(esno)?

remy commented 1 year ago

yes, though your execmap in the nodemon.json file - either globally or on a per project basis.