@ts-tools/build
v2.1.1
Published
CLI for easier building of multi-target TypeScript libraries.
Readme
@ts-tools/build
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 --devIn project's package.json:
{
"scripts": {
"build": "ts-build ./src --cjs --esm"
}
}When wanting to build, run:
yarn buildLicense
MIT
