Skip to content

Commit 276760a

Browse files
authored
fix: resolve @antfu/utils types in dts output (#607)
1 parent 3d4f477 commit 276760a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsdown.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ import { defineConfig } from 'tsdown'
33
export default defineConfig({
44
entry: ['src/*.ts'],
55
format: ['esm', 'cjs'],
6+
dts: {
7+
resolve: ['@antfu/utils'],
8+
},
69
})

0 commit comments

Comments
 (0)