Y
Hacker News
new
|
ask
|
show
|
jobs
by
khalidx
935 days ago
I generally agree with your statement, but have found ts-node incredibly valuable especially when developing servers or CLIs where I want to start/restart the process many times without a build step every time.
1 comments
SahAssar
935 days ago
Node has a built in watch mode and so does tsc. So if you start both you should get what you want.
link