We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7070118 + cfd7f2f commit bb56fd1Copy full SHA for bb56fd1
packages/core/tsup.config.ts
@@ -10,7 +10,7 @@ export default defineConfig({
10
target: "node23",
11
bundle: true,
12
splitting: true, // Add this for better code splitting
13
- dts: false, // Disable type generation
+ dts: true, // Enable type generation
14
// Use esbuild's simpler DTS generation
15
tsconfig: "./tsconfig.build.json", // Use build-specific tsconfig
16
external: [
0 commit comments