Skip to content

Commit 730f166

Browse files
committed
--cache-directory default notice
1 parent 1120a14 commit 730f166

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
@@ -51,7 +51,7 @@ Look up flags and options can be used [in ts-node's docs](https://github.com/Typ
5151
* `--exit-child` - Adds 'SIGTERM' exit handler in a child process.
5252
* `--rs` - Allow to restart with "rs" line entered in stdio, disabled by default.
5353
* `--notify` - to display desktop-notifications (Notifications are only displayed if `node-notifier` is installed).
54-
* `--cache-directory` - tmp dir which is used to keep the compiled sources
54+
* `--cache-directory` - tmp dir which is used to keep the compiled sources (by default os tmp directory is used)
5555

5656
If you need to detect that you are running with `ts-node-dev`, check if `process.env.TS_NODE_DEV` is set.
5757

0 commit comments

Comments
 (0)