Skip to content

Commit

Permalink
Fix: conditional exports types
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored and webketje committed Nov 27, 2023
1 parent 362c20c commit e8bb72a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"type": "module",
"types": "./lib/index.d.ts",
"exports": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js",
"require": "./lib/index.cjs"
},
Expand Down

0 comments on commit e8bb72a

Please sign in to comment.