Skip to content

Commit 767a77c

Browse files
committed
ci: fix type
1 parent 7f2ef01 commit 767a77c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsdown.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Config } from 'tsdown'
1+
import type { UserConfig } from 'tsdown'
22
import { resolve } from 'node:path'
33
import { defineConfig } from 'tsdown'
44

@@ -12,4 +12,4 @@ export default defineConfig({
1212
'~': resolve('src'),
1313
},
1414
bundleDts: true,
15-
}) as Config
15+
}) as UserConfig

0 commit comments

Comments
 (0)