Skip to content

Commit

Permalink
Merge pull request #124 from marbemac/fix-nodenext-modules
Browse files Browse the repository at this point in the history
fix: nexgen ts module resolutions
  • Loading branch information
fabien-ml authored Feb 28, 2023
2 parents 73d8f5c + 675e786 commit cc15c46
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 @@ -27,6 +27,7 @@
"sideEffects": false,
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"solid": "./dist/source/index.jsx",
"import": "./dist/esm/index.js",
"browser": {
Expand Down
1 change: 1 addition & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"sideEffects": false,
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"solid": "./dist/source/index.jsx",
"import": "./dist/esm/index.js",
"browser": {
Expand Down
1 change: 1 addition & 0 deletions packages/vanilla-extract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"default": "./dist/index.mjs",
"require": "./dist/index.js",
Expand Down

0 comments on commit cc15c46

Please sign in to comment.