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