Skip to content

Commit 8dd4340

Browse files
committed
2 parents 2750216 + b0b3567 commit 8dd4340

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ Look up flags and options can be used [in ts-node's docs](https://github.com/Typ
4040

4141
**Also there are additional options specific to `ts-node-dev`:**
4242

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.
4444

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
4646

47-
* `--debug` - Some additional debug output.
47+
* `--debug` - Some additional debug output
4848
* `--interval` - Polling interval (ms)
4949
* `--debounce` - Debounce file change events (ms, non-polling mode)
50-
* `--clear` (`--cls`) Will clear screen on restart
50+
* `--clear` (`--cls`) - Will clear screen on restart
5151
* `--watch` - Explicitly add arbitrary files or folders to watch and restart on change (list separated by commas, [chokidar](https://github.com/paulmillr/chokidar) patterns)
5252
* `--exit-child` - Adds 'SIGTERM' exit handler in a child process.
5353
* `--rs` - Allow to restart with "rs" line entered in stdio, disabled by default.

0 commit comments

Comments
 (0)