@northbrook/ts-build

Northbrook plugin to build with tsc

Usage no npm install needed!

<script type="module">
  import northbrookTsBuild from 'https://cdn.skypack.dev/@northbrook/ts-build';
</script>

README

Northbrook TypeScript build

Builds all managed packages with tsc. Configurable via tsconfig.json. It will first look within the package directory, and then the top-level next to your northbrook.json.

Get it

npm install --save-dev @northbrook/ts-build

And in your northbrook.json

{
  "plugins": [
    "northbrook-ts-build"
  ]
}

Usage

northbrook ts-build