5 ms·
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 p
by khalidx 3y 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.
- SahAssar 3y agoNode has a built in watch mode and so does tsc. So if you start both you should get what you want.