Skip to content

Commit d547f18

Browse files
authoredOct 22, 2023
Add exports.types to package.json (#32)
1 parent 9fef117 commit d547f18

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
@@ -12,6 +12,7 @@
1212
},
1313
"type": "module",
1414
"exports": {
15+
"types": "./index.d.ts",
1516
"node": "./index.js",
1617
"default": "./browser.js"
1718
},

0 commit comments

Comments
 (0)
Please sign in to comment.