Skip to content

Commit

Permalink
Merge pull request #25 from Arnesfield/fix-package-types
Browse files Browse the repository at this point in the history
Fix missing types from package.json
Fixes #24
  • Loading branch information
Septh committed Jun 3, 2023
2 parents 8aec657 + d9560b5 commit 6959084
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 6959084

Please sign in to comment.