ts-node-dev
Advanced tools
Comparing version
### Yalc changelog | ||
## 1.0.0-pre.62 (2020-09-22) | ||
## 1.0.0-pre.63 (2020-09-22) | ||
- fix --cache-directory flag | ||
## 1.0.0-pre.62 (2020-08-22) | ||
- fix child fork override | ||
@@ -6,0 +10,0 @@ |
@@ -89,2 +89,3 @@ #!/usr/bin/env node | ||
'watch', | ||
'cache-directory', | ||
], | ||
@@ -91,0 +92,0 @@ }; |
{ | ||
"name": "ts-node-dev", | ||
"version": "1.0.0-pre.62", | ||
"version": "1.0.0-pre.63", | ||
"description": "Compiles your TS app and restarts when files are modified.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -19,4 +19,2 @@ # ts-node-dev | ||
`ts-node` dependency version is not fixed, so it will install the latest version by default. | ||
## Usage | ||
@@ -56,2 +54,3 @@ | ||
* `--notify` - to display desktop-notifications (Notifications are only displayed if `node-notifier` is installed). | ||
* `--cache-directory` - tmp dir which is used to keep the compiled sources | ||
@@ -58,0 +57,0 @@ If you need to detect that you are running with `ts-node-dev`, check if `process.env.TS_NODE_DEV` is set. |
57033
0.12%1281
0.08%82
-1.2%