0.3.0 • Published 6 months ago

watch-task-protocol-typescript v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

tsc-watch

This an very limited implementation of a tsc command that supports the watch-task-protocol.

installation

Add it to each of your packages in your monorepo that you want to compile using npm install watch-task-protocol-typescript. Please note that typescript is a peer dependency, so install it as well.

usage

If you're using task-graph-processor, add a build-task to your Taskfile like this:

{
  "build": {
    "command": "tsc-watch"
  }
}

Then run it with tgp build or tgp build --watch

0.3.0

6 months ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago