Skip to content

Commit

Permalink
types: export correct types in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Feb 21, 2025
1 parent 142268c commit 60fbed3
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.ts",
"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.ts",
"files": [
"dist"
],
Expand Down

0 comments on commit 60fbed3

Please sign in to comment.