tsc-watch
tsc-watch copied to clipboard
How to make tsc-watch exit if COMMAND exits unexpectedly
For example when COMMAND is node executing a server script and that node process exits unexpectedly, it seems tsc-watch keeps running. Is it possible to somehow make tsc-watch also exit if COMMAND crashes/exits unexpectedly?
That's very interesting. Maybe a --stopOnExit
param?
Care to do a PR?