Skip to content

Commit d192755

Browse files
fix: add TypeScript definitions path in package.json
1 parent 9b4d0cb commit d192755

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",
77
"module": "./lib/module/index.js",
8+
"types": "./lib/typescript/module/src/index.d.ts",
89
"exports": {
910
".": {
1011
"import": {
@@ -237,4 +238,4 @@
237238
"languages": "kotlin-objc",
238239
"version": "0.47.0"
239240
}
240-
}
241+
}

0 commit comments

Comments
 (0)