Skip to content

Commit

Permalink
fix: use implied .d.mts types
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 20, 2023
1 parent f144cb4 commit d9694f2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,8 @@
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
},
"./experimental": {
"types": "./dist/experimental.d.ts",
"import": "./dist/experimental.mjs"
}
".": "./dist/index.mjs",
"./experimental": "./dist/experimental.mjs"
},
"files": [
"dist",
Expand Down

0 comments on commit d9694f2

Please sign in to comment.