Package Exports
- tsup
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tsup) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
tsup
Bundle your TypeScript library with no config, powered by esbuild.
Quick Start
tsup src/index.tsThis will bundle src/index.ts to dist/index.js.
Documentation
License
MIT © EGOIST (Kevin Titor)