ts-node-dev --respawn --transpile-only server.ts There is also short aliastsndfor runningts-node-dev: tsnd --respawn server.ts Look up flags and options can be usedin ts-node's docs. Also there are additional options specific tots-node-dev: ...
There is also short alias tsnd for running ts-node-dev: tsnd --respawn server.ts Look up flags and options can be used in ts-node's docs. Also there are additional options specific to ts-node-dev: --ignore-watch - (default: []) - files/folders to be ignored by node-dev. But...
ts-node-dev [node-dev|ts-node flags] [ts-node-dev flags] [node cli flags] [--] [script] [script arguments] So you just combine node-dev and ts-node options (see docs of those packages): ts-node-dev --respawn --transpile-only server.ts There is also short alias tsnd for ru...
There is also short aliastsndfor runningts-node-dev: tsnd --respawn server.ts Look up flags and options can be usedin ts-node's docs. Also there are additional options specific tots-node-dev: --ignore-watch- (default: []) - files/folders to beignored bynode-dev.But this behaviour ...