sinclairzx81 / typescript-bundle

A Bundling Tool for TypeScript
MIT License
126 stars 6 forks source link

Support `tsc --preserveWatchOutput` option #23

Open AlexWayfer opened 2 years ago

AlexWayfer commented 2 years ago

Right now --watch option consumes the whole terminal. tsc has preserveWatchOutput option, but I don't see its support in your project.