Skip to content

Commit

Permalink
docs: Fix ts-node-dev flag in the docs (#529)
Browse files Browse the repository at this point in the history
It has been renamed: wclr/ts-node-dev#186
  • Loading branch information
Dremora committed Oct 3, 2020
1 parent 85bf467 commit 489b5ab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@ You will need to manage running and restarting your server on changes during dev
```tsx
{
"scripts": {
"dev": "ts-node-dev --transpileOnly ./your/main/module",
"dev": "ts-node-dev --transpile-only ./your/main/module",
"dev:typecheck": "tsc --noEmit --watch",
}
}
Expand Down

0 comments on commit 489b5ab

Please sign in to comment.