Skip to content

Commit

Permalink
Merge pull request #376 from susnux/fix/typescript-exports
Browse files Browse the repository at this point in the history
fix: also export types for node next module resolution
  • Loading branch information
perry-mitchell authored Aug 2, 2024
2 parents 553c0b2 + 8f5b636 commit b3272b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
".": {
"browser": "./dist/web/index.js",
"react-native": "./dist/react-native/index.js",
"types": "./dist/node/index.d.ts",
"default": "./dist/node/index.js"
},
"./react-native": "./dist/react-native/index.js",
Expand Down

0 comments on commit b3272b2

Please sign in to comment.