Skip to content

Commit

Permalink
chore: bundle types.ts file via tsup as well
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 9, 2024
1 parent 1205160 commit 13dd711
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 @@ -121,7 +121,8 @@
},
"tsup": {
"entry": [
"index.ts",
"./index.ts",
"./src/types.ts",
"./providers/ally_provider.ts"
],
"outDir": "./build",
Expand Down

0 comments on commit 13dd711

Please sign in to comment.