We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1120a14 commit 730f166Copy full SHA for 730f166
README.md
@@ -51,7 +51,7 @@ Look up flags and options can be used [in ts-node's docs](https://github.com/Typ
51
* `--exit-child` - Adds 'SIGTERM' exit handler in a child process.
52
* `--rs` - Allow to restart with "rs" line entered in stdio, disabled by default.
53
* `--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
+* `--cache-directory` - tmp dir which is used to keep the compiled sources (by default os tmp directory is used)
55
56
If you need to detect that you are running with `ts-node-dev`, check if `process.env.TS_NODE_DEV` is set.
57
0 commit comments