Skip to content

Commit

Permalink
disable type resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
arobsn committed Aug 16, 2024
1 parent 8e11394 commit 147e322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default defineConfig({
treeshake: true,
sourcemap: true,
clean: true,
dts: { resolve: true },
dts: { resolve: false },
format: ["esm", "cjs"]
});

0 comments on commit 147e322

Please sign in to comment.