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 da067bb
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 @@ -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 Expand Up @@ -90,4 +91,4 @@
"tabWidth": 4,
"useTabs": true
}
}
}

0 comments on commit da067bb

Please sign in to comment.