Skip to content

Commit

Permalink
Merge pull request #135 from marbemac/fix-nodenext-modules-again
Browse files Browse the repository at this point in the history
fix: nexgen ts module resolutions
  • Loading branch information
fabien-ml authored Mar 8, 2023
2 parents 8a1c957 + 9d3bdf5 commit 100f82e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"solid": "./dist/index.jsx",
"import": {
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"solid": "./dist/index.jsx",
"import": {
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"solid": "./dist/index.jsx",
"import": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 100f82e

Please sign in to comment.