You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--tsconfig Specify your custom tsconfig path (default <root-folder>/tsconfig.json)
390
390
--verbose Keep outdated console output in watch mode instead of clearing the screen
391
+
--noClean Don't clean the dist folder
391
392
-h, --help Displays this message
392
393
393
394
Examples
394
395
$ tsdx watch --entry src/foo.tsx
395
396
$ tsdx watch --target node
396
397
$ tsdx watch --name Foo
397
398
$ tsdx watch --format cjs,esm,umd
398
-
$ tsdx build --tsconfig ./tsconfig.foo.json
399
+
$ tsdx watch --tsconfig ./tsconfig.foo.json
400
+
$ tsdx watch --noClean
399
401
```
400
402
401
403
### `tsdx build`
@@ -478,4 +480,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
478
480
479
481
<!-- ALL-CONTRIBUTORS-LIST:END -->
480
482
481
-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
483
+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
0 commit comments