Skip to content

Commit c9f3bfe

Browse files
authored
Merge pull request #165 from gimenete/patch-1
Fix ts-node cli argument in README
2 parents 08fc620 + 7939496 commit c9f3bfe

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)