Skip to content

Commit 39844c4

Browse files
committedJan 17, 2023
fix(package): include types in exports to support TypeScript ESM node16
1 parent bfe970a commit 39844c4

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
@@ -7,6 +7,7 @@
77
"module": "index.mjs",
88
"exports": {
99
".": {
10+
"types": "./index.d.ts",
1011
"import": "./index.mjs",
1112
"require": "./index.js"
1213
},

0 commit comments

Comments
 (0)
Please sign in to comment.