Skip to content

Commit 4a9663b

Browse files
ArthurKaEvanHahn
authored andcommitted
Add explicit types declaration to package.json
See [#303][0]. [0]: #303
1 parent 2126897 commit 4a9663b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@
5151
"test": "jest"
5252
},
5353
"license": "MIT",
54+
"types": "dist/index.d.ts",
5455
"main": "dist/index"
5556
}

0 commit comments

Comments
 (0)