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
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -40,14 +40,14 @@ Look up flags and options can be used [in ts-node's docs](https://github.com/Typ
40
40
41
41
**Also there are additional options specific to `ts-node-dev`:**
42
42
43
-
-`--ignore-watch` - (default: []) - files/folders to be [ignored by `node-dev`](https://github.com/fgnass/node-dev#ignore-paths). **But also this behaviour enhanced:** it will also make up `new RegExp` of passed ignore string and check absolute paths of required files for match.
43
+
*`--ignore-watch` - (default: []) - files/folders to be [ignored by `node-dev`](https://github.com/fgnass/node-dev#ignore-paths). **But this behaviour is enhanced:** it also supports regular expression in the ignore strings and will check absolute paths of required files for match.
44
44
45
-
- use `--deps`to watch `node_modules`, by default watching it turned off.
45
+
*`--deps`- Also watch `node_modules`; by default watching is turned off
*`--clear` (`--cls`) - Will clear screen on restart
51
51
*`--watch` - Explicitly add arbitrary files or folders to watch and restart on change (list separated by commas, [chokidar](https://github.com/paulmillr/chokidar) patterns)
52
52
*`--exit-child` - Adds 'SIGTERM' exit handler in a child process.
53
53
*`--rs` - Allow to restart with "rs" line entered in stdio, disabled by default.
0 commit comments