Skip to content

Commit

Permalink
fix: fix typescript nodenext resolution (#2185)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxfirecodes authored Jan 13, 2023
1 parent cf43a2d commit 69a49ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,19 @@
".": {
"browser": "./src/lib.js",
"require": "./dist/src/lib.cjs",
"types": "./dist/src/lib.d.ts",
"node": "./src/lib.js"
},
"./src/platform.js": {
"browser": "./src/platform.web.js",
"require": "./dist/src/platform.cjs",
"types": "./dist/src/platform.d.ts",
"node": "./src/platform.js"
},
"./src/token.js": {
"browser": "./src/token.js",
"require": "./dist/src/token.cjs",
"types": "./dist/src/token.d.ts",
"node": "./src/token.js"
},
"./dist/bundle.esm.min.js": {
Expand Down

0 comments on commit 69a49ce

Please sign in to comment.