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 29addf0 commit c7669bfCopy full SHA for c7669bf
packages/deno/rollup.types.config.mjs
@@ -6,7 +6,7 @@ export default defineConfig({
6
input: './build-types/index.d.ts',
7
output: [{ file: 'build/index.d.ts', format: 'es' }],
8
plugins: [
9
- dts({ respectExternal: true }),
+ dts({ respectExternal: false }),
10
// The bundled types contain a declaration for the __DEBUG_BUILD__ global
11
// This can result in errors about duplicate global declarations so we strip it out!
12
{
0 commit comments