Skip to content

Commit aec7403

Browse files
committed
2 parents 7ca6366 + c9f3bfe commit aec7403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ts-node-dev [node-dev|ts-node flags] [ts-node-dev flags] [node cli flags] [--] [
2828
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):
2929

3030
```
31-
ts-node-dev --respawn --transpileOnly server.ts
31+
ts-node-dev --respawn --transpile-only server.ts
3232
```
3333

3434
There is also short alias `tsnd` for running `ts-node-dev`:

0 commit comments

Comments
 (0)