Skip to content

Commit 59b17ca

Browse files
authoredNov 16, 2022
Fix package.json exports (#120)
1 parent 8cf85b5 commit 59b17ca

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
@@ -11,6 +11,7 @@
1111
"main": "./dist/index.cjs",
1212
"types": "types.d.ts",
1313
"exports": {
14+
"types": "types.d.ts",
1415
"require": "./dist/index.cjs",
1516
"import": "./src/index.js",
1617
"default": "./src/index.js"

0 commit comments

Comments
 (0)
Please sign in to comment.