After running `tsc-watch`, on its own, from the CLI and trying to stop it, I'm always requiring an additional `Ctrl+C`. Also, when used alongside `concurrently`, the `SIGINT` and `SIGTERM` is not being passed to the code in the `onSuccess` argument. How do I tell `tsc-watch`, when run from the CLI, it should end the process and not remain hanging?