Skip to content

Commit

Permalink
add "types" to the "exports" section of package.json (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkonowitch authored and bwrrp committed Mar 15, 2024
1 parent 469e950 commit 973697b
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 @@ -15,6 +15,7 @@
"type": "module",
"exports": {
".": {
"types": "./dist/slimdom.d.ts",
"import": "./dist/slimdom.esm.js",
"require": "./dist/slimdom.umd.cjs",
"default": "./dist/slimdom.esm.js"
Expand Down

0 comments on commit 973697b

Please sign in to comment.