Skip to content

Commit d6f3de5

Browse files
committed
chore: add reference to the typings in package.json
1 parent ae97705 commit d6f3de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.4.0",
44
"description": "",
55
"main": "dist/src/index.js",
6-
"types": "",
6+
"types": "dist/src/index.d.ts",
77
"scripts": {
88
"build": "tscomp build",
99
"watch": "tscomp watch",

0 commit comments

Comments
 (0)