Skip to content

Commit

Permalink
fix: mark module.d.mts as type entrypoint
Browse files Browse the repository at this point in the history
resolves #337
  • Loading branch information
danielroe committed Oct 21, 2024
1 parent 974b2c5 commit be6fafc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.ts",
"types": "./dist/module.d.mts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
},
Expand All @@ -21,7 +21,7 @@
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"types": "./dist/module.d.mts",
"files": [
"dist",
"utils.d.ts"
Expand Down

0 comments on commit be6fafc

Please sign in to comment.