Skip to content

Commit

Permalink
fix: rm clean command to fix missing d.ts file issue
Browse files Browse the repository at this point in the history
when I built the project, d.ts files inside the nextjs would be missing
  • Loading branch information
CahidArda committed Oct 21, 2024
1 parent f082839 commit 3ca5c22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export default defineConfig([
entry: ["src/index.ts"],
outDir: "dist",
format: ["cjs", "esm"],
clean: true,
dts: true,
},
{
Expand Down

0 comments on commit 3ca5c22

Please sign in to comment.