1.0.1 • Published 5 years ago
dtsup v1.0.1
dtsup
Bundle your d.ts files.
Usage
Recommend tsconfig.json:
{
"compilerOptions": {
"declaration": true,
"declarationDir": "temp",
"moduleResolution": "node"
}
}Run tsc to generate unbundled .d.ts to temp directory, then run dtsup to bundle external types:
dtsup temp/index.d.tsThis will generate dist/index.d.ts
License
MIT © EGOIST