We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f708a4e commit 45d524dCopy full SHA for 45d524d
tsup.config.ts
@@ -15,4 +15,7 @@ export default defineConfig({
15
format: ["cjs", "esm"],
16
clean: true,
17
dts: true,
18
+ // This should optimally be an optional peer dependency,
19
+ // we can change it in a future release
20
+ external: ["next"],
21
});
0 commit comments