Skip to content

Commit

Permalink
fix: correctly release dts files
Browse files Browse the repository at this point in the history
  • Loading branch information
Xstoudi committed May 9, 2024
1 parent 0168860 commit 502b2c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"np": "^10.0.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "5.3.3"
},
"peerDependencies": {
Expand Down Expand Up @@ -115,7 +116,7 @@
"outDir": "./build",
"clean": true,
"format": "esm",
"dts": false,
"dts": true,
"sourcemap": true,
"target": "esnext"
},
Expand Down

0 comments on commit 502b2c4

Please # to comment.