Skip to content

Commit

Permalink
fix: link correct type defs in solid adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokshit06 committed Apr 14, 2024
1 parent 61f1e30 commit f2d1a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs"
},
"./dist/*": "./dist/*",
"./runtime": {
"types": "./dist/runtime.d.ts",
"types": "./dist/runtime.d.mts",
"import": "./dist/runtime.mjs"
}
},
Expand Down

0 comments on commit f2d1a87

Please sign in to comment.