Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
ibodev1 committed May 15, 2023
1 parent 074c120 commit 4bcba8d
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 @@ -8,11 +8,12 @@
"directories": {
"lib": "./dist/main.js"
},
"types": "./dist/main.d.ts",
"publishConfig": {
"exports": {
".": "./dist/main.js"
},
"types": "./dist/index.d.ts",
"types": "./dist/main.d.ts",
"access": "public"
},
"scripts": {
Expand Down

0 comments on commit 4bcba8d

Please sign in to comment.