Skip to content

Commit

Permalink
Add types field to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed May 5, 2022
1 parent 9e35519 commit 8c18346
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 @@ -14,6 +14,7 @@
"typings": "dist/types/gen-mapping.d.ts",
"exports": {
".": {
"types": "./dist/types/gen-mapping.d.ts",
"browser": "./dist/gen-mapping.umd.js",
"require": "./dist/gen-mapping.umd.js",
"import": "./dist/gen-mapping.mjs"
Expand Down

0 comments on commit 8c18346

Please sign in to comment.