Skip to content

Commit

Permalink
fix: Add types to export object to allow TypeScript 4.7 to properly r…
Browse files Browse the repository at this point in the history
…esolve typings
  • Loading branch information
SebDuf committed Jun 27, 2022
1 parent f857c9d commit a0eb25d
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 @@ -64,6 +64,7 @@
"module": "lib/esm/index.js",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./lib/esm/index.js",
"require": "./index.js"
},
Expand Down

0 comments on commit a0eb25d

Please sign in to comment.