Skip to content

Commit

Permalink
Merge pull request #140 from joshm998/main
Browse files Browse the repository at this point in the history
Adds node16, nodenext and bundler TS module resolutions
  • Loading branch information
KaiHuebner authored Mar 7, 2024
2 parents 1ff8ab0 + 9687c3e commit f8b1b69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"exports": {
".": {
"solid": "./dist/source/index.jsx",
"default": "./dist/esm/index.js"
"default": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts"
}
},
"scripts": {
Expand Down

0 comments on commit f8b1b69

Please sign in to comment.