Skip to content

Commit

Permalink
Merge pull request #42 from Nitive/patch-1
Browse files Browse the repository at this point in the history
Fix typings resolution when using TypeScript 4.7+ with ESM
  • Loading branch information
dy committed Jun 8, 2022
2 parents e1b5d5b + 70d2e7e commit 059928d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"main": "./index.js",
"exports": {
"require": "./index.js",
"import": "./index.mjs"
"import": "./index.mjs",
"types": "./index.d.ts"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 059928d

Please sign in to comment.