Bundle and roll up TypeScript declaration files into single outputs
CLI tool for bundling TypeScript declaration files
dtsroll$ dtsroll src -o dist/index.d.ts$ dtsroll --input src/index.ts --output dist/types.d.ts --external react$ dtsroll . -o bundle.d.ts --verbose