ts-lube
v0.0.1
Published
run tsc incremental watch and restart process when updates are detected
Readme
ts-lube
Usage
ts-lube distRuns npx tsc --incremental --watch and runs node dist after the first compilation finishes and then restarts it whenever changes are detected (debouncing updates by 300ms).
ts-lube -y -d 500 dist/kittens.jsRuns yarn tsc --incremental --watch and runs node dist/kittens.js after the first compilation finishes and then restarts it whenever changes are detected (debouncing updates by 500ms).
