Skip to content

Commit 859dff3

Browse files
committed
fix: restore types field in package.json
fixes #1545
1 parent e676fea commit 859dff3

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
@@ -30,6 +30,7 @@
3030
},
3131
"exports": "./src/index.ts",
3232
"publishConfig": {
33+
"types": "./dist/index.d.ts",
3334
"exports": {
3435
"types": "./dist/index.d.ts",
3536
"import": "./dist/index.js"

0 commit comments

Comments
 (0)