Skip to content

Commit 4e2ad6d

Browse files
committed
2 parents 410a096 + 739dd31 commit 4e2ad6d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tsnd --respawn server.ts
5656

5757
**Caveats and points of notice:**
5858

59-
- Especially for large code bases always consider running with `--transpile-only` flag which is normal for dev workflow and will speed up things greatly. Note, that `ts-node-dev` will not put watch handlers on TS files that contain only types/interfaces (used only for type checking) - this is current limitation by design.
59+
- Especially for large code bases always consider running with `--transpileOnly` flag which is normal for dev workflow and will speed up things greatly. Note, that `ts-node-dev` will not put watch handlers on TS files that contain only types/interfaces (used only for type checking) - this is current limitation by design.
6060

6161
- `--ignore-watch` will NOT affect files ignored by TS compilation. Use `--ignore` option (or `TS_NODE_IGNORE` env variable) to pass **RegExp strings** for filtering files that should not be compiled, by default `/node_modules/` are ignored.
6262

bin/ts-node-dev

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ var opts = minimist(devArgs, {
3737
'skip-ignore',
3838
'compiler-host',
3939
'script-mode',
40+
'rs'
4041
],
4142
string: [
4243
'compile-timeout',

0 commit comments

Comments
 (0)