Skip to content

Commit

Permalink
Merge pull request #25 from simoncave/patch-1
Browse files Browse the repository at this point in the history
Add `"types"` condition to `"exports"` in package.json.
  • Loading branch information
hildjj authored Feb 1, 2024
2 parents f379559 + c04970a commit cfd913d
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 @@
"module": "./index.mjs",
"browser": "./dist/inspect.js",
"exports": {
"types": "./types/util.d.ts",
"import": "./index.mjs",
"require": "./dist/inspect.js"
},
Expand Down

0 comments on commit cfd913d

Please sign in to comment.