Skip to content

Commit 9e76e69

Browse files
committed
Fixed missing typings for package.json
1 parent afdaf13 commit 9e76e69

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
@@ -10,6 +10,7 @@
1010
},
1111
"main": "dist/index.js",
1212
"module": "dist/index.modern.js",
13+
"typings": "dist/index.d.ts",
1314
"source": "src/index.tsx",
1415
"engines": {
1516
"node": ">=10"

0 commit comments

Comments
 (0)