ts-lib-builder
v1.0.7
Published
The ts-lib-builder package is designed to simplify the build process for your TypeScript libraries and APIs. It combines the essential steps of compilation and minification into a single, efficient workflow.
Maintainers
Readme
TypeScript Library Builder
The ts-lib-builder package is designed to simplify the build process for your TypeScript libraries and APIs. It combines the essential steps of compilation and minification into a single, efficient workflow.
Getting Started
Install the package:
npm i -D ts-lib-builderInclude it in your build script:
{
...
"scripts": {
"build": "ts-lib-builder --tsconfig=tsconfig.build.json",
...
}
...
}
Generate an optimized production-grade build:
npm run buildBuilt With
- TypeScript
