watch-task-protocol-typescript

0.3.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i watch-task-protocol-typescript

Weekly Downloads

1

Version

0.3.0

License

MIT

Unpacked Size

3.05 kB

Total Files

4

Last publish

Collaborators

  • vancoding
  • patrik.stutz