Skip to content

Commit

Permalink
Merge pull request #3875 from elizaOS/core-types
Browse files Browse the repository at this point in the history
Add core types.
  • Loading branch information
lalalune authored Mar 8, 2025
2 parents 7070118 + cfd7f2f commit bb56fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineConfig({
target: "node23",
bundle: true,
splitting: true, // Add this for better code splitting
dts: false, // Disable type generation
dts: true, // Enable type generation
// Use esbuild's simpler DTS generation
tsconfig: "./tsconfig.build.json", // Use build-specific tsconfig
external: [
Expand Down

0 comments on commit bb56fd1

Please sign in to comment.