Skip to content

Commit

Permalink
Fix missing types from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnesfield committed Jun 3, 2023
1 parent 8aec657 commit d9560b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
],
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
Expand Down

0 comments on commit d9560b5

Please sign in to comment.