GitXplorerGitXplorer
s

typescript-parcel-watcher

public
1 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
1b57e9841584fc0e291cf36e19262f270d89118a

Sample custom watchFactory using @parcel/watcher

ssheetalkamat committed 2 years ago

README

The README file for this repository.

typescript-parcel-watcher

Prototype file and directory watcher for typescript with @parcel/watcher

Installing

git clone https://github.com/sheetalkamat/typescript-parcel-watcher.git
cd typescript-parcel-watcher
npm i
npm run build

Usage

npm link
cd repoWithTypeScriptCode
npm link typescript-parcel-watcher

At this point you can pass --watchFactory typescript-parcel-watcher to tsc or set it in watchOptions of config file and/or vscode settings.