Skip to content

Commit c00f8d4

Browse files
fix: export type information for node16 module resolution
1 parent 0a47f0f commit c00f8d4

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
@@ -25,6 +25,7 @@
2525
],
2626
"exports": {
2727
".": {
28+
"types": "./is-plain-object.d.ts",
2829
"import": "./dist/is-plain-object.mjs",
2930
"require": "./dist/is-plain-object.js"
3031
},

0 commit comments

Comments
 (0)