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.
1 parent 85217bb commit ed0355eCopy full SHA for ed0355e
tsdown.config.ts
@@ -6,4 +6,10 @@ export default defineConfig({
6
compress: true,
7
mangle: true,
8
},
9
+ outExtensions: () => {
10
+ return {
11
+ dts: '.d.ts',
12
+ js: '.js',
13
+ }
14
+ },
15
})
0 commit comments