Skip to content

Commit 6959084

Browse files
authored
Merge pull request #25 from Arnesfield/fix-package-types
Fix missing types from package.json Fixes #24
2 parents 8aec657 + d9560b5 commit 6959084

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
],
3838
"type": "module",
3939
"exports": "./dist/index.js",
40+
"types": "./dist/index.d.ts",
4041
"scripts": {
4142
"build": "tsc",
4243
"watch": "tsc -w",

0 commit comments

Comments
 (0)