Skip to content

Commit

Permalink
fix: support TS resolution for .mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsasharegan committed Sep 23, 2022
1 parent 70a26d3 commit 750d1c6
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 @@ -6,6 +6,7 @@
"exports": {
".": {
"require": "./index.js",
"types": "./index.d.ts",
"import": "./index.mjs"
},
"./aws": "./lib/aws/index.js",
Expand Down

0 comments on commit 750d1c6

Please sign in to comment.