Skip to content

Commit

Permalink
chore: generate types using tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 17, 2024
1 parent 92bbe52 commit 08f44fb
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 @@ -69,7 +69,8 @@
"outDir": "./build",
"clean": true,
"format": "esm",
"dts": true,
"dts": false,
"sourcemap": true,
"target": "esnext"
},
"release-it": {
Expand Down

0 comments on commit 08f44fb

Please sign in to comment.