Skip to content

Commit 63fa2d3

Browse files
committed
chore: update
1 parent 88707a7 commit 63fa2d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playground/play.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { generateDts } from '../src'
33
console.time('time')
44
const result = await generateDts(['playground/src/index.ts'], {
55
inferTypes: true,
6+
minify: true,
67
})
78
for (const file of result.files) {
89
await Bun.write(`playground/dist/${file.outputPath}`, file.dts)

0 commit comments

Comments
 (0)