Skip to content

Commit

Permalink
remove types from package json exports
Browse files Browse the repository at this point in the history
Apparently that is not needed, TS picks up the types by itself.
  • Loading branch information
hoeck committed Dec 19, 2023
1 parent 60782de commit 99e6bb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
"require": "./dist/index.cjs"
}
},
"sideEffects": false,
Expand Down

0 comments on commit 99e6bb9

Please sign in to comment.