Skip to content

Commit

Permalink
fix: node 16 module resolution error (#3589)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Simon <[email protected]>
  • Loading branch information
bsssshhhhhhh and Brian Simon authored Jul 9, 2023
1 parent 55ddfb1 commit 755c3c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@
".": {
"import": {
"node": "./dist/esm-node/main.mjs",
"default": "./dist/es/main.js"
"default": "./dist/es/main.js",
"types": "./dist/types/main.d.ts"
},
"require": "./dist/cjs/main.js"
},
Expand Down

0 comments on commit 755c3c2

Please sign in to comment.