Skip to content

Commit 1f72141

Browse files
authored
fix: missing types entry in package exports (#42)
1 parent 2a5c84b commit 1f72141

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"exports": {
2727
".": {
2828
"import": "./dist/is-plain-object.mjs",
29-
"require": "./dist/is-plain-object.js"
29+
"require": "./dist/is-plain-object.js",
30+
"types": "./is-plain-object.d.ts"
3031
},
3132
"./package.json": "./package.json"
3233
},

0 commit comments

Comments
 (0)