You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So you just combine [node-dev](https://github.com/fgnass/node-dev) and [ts-node](https://github.com/TypeStrong/ts-node) options (see docs of those packages):
29
29
30
30
```
31
-
ts-node-dev --respawn --transpileOnly server.ts
31
+
ts-node-dev --respawn --transpile-only server.ts
32
32
```
33
33
34
34
There is also short alias `tsnd` for running `ts-node-dev`:
0 commit comments