|
|
3 주 전 | |
|---|---|---|
| .. | ||
| src | f73bde3bb8 feat(build-ts-package): dropped esbuild completely | 3 주 전 |
| README.md | 9e06e66859 chore: trying to roll our own build utility, since most of the OSS ones are bad | 4 주 전 |
| eslint.config.js | ab11a67e6e feat: added tsdown via an internal, easy-to-use wrapper CLI | 1 개월 전 |
| package.json | f73bde3bb8 feat(build-ts-package): dropped esbuild completely | 3 주 전 |
| tsconfig.json | 96390859b2 feat: added build-ts-package to the top-level, for easier usage | 1 개월 전 |
A simple CLI utility for compiling TypeScript libraries and packages that supports dual publishing to both CommonJS and ESM formats.
This tool uses TypeScript directly, to avoid any strange bundling issues,
and it will respect your available tsconfig.build.json or tsconfig.json files,
if present.
Place the following in your package.json#scripts.build section:
build-ts-package
If you need more options or specialized configuration, do build-ts-package --help to see the available options: