We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@antfu/utils
1 parent 3d4f477 commit 276760aCopy full SHA for 276760a
tsdown.config.ts
@@ -3,4 +3,7 @@ import { defineConfig } from 'tsdown'
3
export default defineConfig({
4
entry: ['src/*.ts'],
5
format: ['esm', 'cjs'],
6
+ dts: {
7
+ resolve: ['@antfu/utils'],
8
+ },
9
})
0 commit comments