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 5e71d49 commit 6c4041bCopy full SHA for 6c4041b
tsdown.config.ts
@@ -6,5 +6,6 @@ export default defineConfig({
6
copy: ['lib/index.d.ts'],
7
dts: false,
8
external: ['typescript'],
9
- unbundle: true
+ unbundle: true,
10
+ fixedExtension: false
11
})
0 commit comments