Skip to content

Commit c7669bf

Browse files
committed
fix deno types build??
1 parent 29addf0 commit c7669bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/deno/rollup.types.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
input: './build-types/index.d.ts',
77
output: [{ file: 'build/index.d.ts', format: 'es' }],
88
plugins: [
9-
dts({ respectExternal: true }),
9+
dts({ respectExternal: false }),
1010
// The bundled types contain a declaration for the __DEBUG_BUILD__ global
1111
// This can result in errors about duplicate global declarations so we strip it out!
1212
{

0 commit comments

Comments
 (0)