Skip to content

Commit

Permalink
fix: Add types to exports in package.json (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Nov 2, 2022
1 parent 088e44e commit 3cea40d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -21,6 +21,7 @@
"types": "index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.js",
"require": "./umd/index.js"
}
Expand Down

0 comments on commit 3cea40d

Please sign in to comment.