@ts-tools/build

v2.1.1
CLI for easier building of multi-target TypeScript libraries.

@ts-tools/build

npm version

CLI for easier building of multi-target TypeScript libraries.

Features:

  • Full syntactic and semantic type checking.
  • Compilation to both CommonJS and ESM module formats in a single run.

Getting started

Install the library as a dev dependency in an existing TypeScript project:

yarn add @ts-tools/build --dev

In project's package.json:

{
  "scripts": {
    "build": "ts-build ./src --cjs --esm"
  }
}

When wanting to build, run:

yarn build

License

MIT

npm i @ts-tools/build

Metadata

  • MIT
  • >=10
  • Avi Vahl
  • released 9/4/2020

Downloads

Maintainers