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 861c1d6 commit 3d7f91cCopy full SHA for 3d7f91c
tsdown.config.ts
@@ -6,6 +6,6 @@ export default defineConfig({
6
format: ['cjs'],
7
copy: ['lib/index.d.ts'],
8
dts: false,
9
- skipNodeModulesBundle: true,
+ external: ['typescriopt'],
10
unbundle: true
11
})
0 commit comments