We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88707a7 commit 63fa2d3Copy full SHA for 63fa2d3
playground/play.ts
@@ -3,6 +3,7 @@ import { generateDts } from '../src'
3
console.time('time')
4
const result = await generateDts(['playground/src/index.ts'], {
5
inferTypes: true,
6
+ minify: true,
7
})
8
for (const file of result.files) {
9
await Bun.write(`playground/dist/${file.outputPath}`, file.dts)
0 commit comments