dtsroll

Bundle and roll up TypeScript declaration files into single outputs

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool for bundling TypeScript declaration files

Commands

dtsroll

Examples

Bundle TypeScript declarations from src directory into single file$ dtsroll src -o dist/index.d.ts
Roll up declarations with external dependencies marked$ dtsroll --input src/index.ts --output dist/types.d.ts --external react
Bundle declarations with verbose output for debugging$ dtsroll . -o bundle.d.ts --verbose