Skip to content

Commit

Permalink
feat(react): compat with moduleResolution node (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jul 24, 2024
1 parent 26f5e80 commit 0102978
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/react/edge/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This directory exists to support subpath imports for TypeScript projects using --moduleResolution node.
5 changes: 5 additions & 0 deletions packages/react/edge/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"main": "../dist/edge.js",
"module": "../dist/edge.mjs",
"types": "../dist/edge.d.ts"
}
3 changes: 2 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"conversational-ui",
"conversational-ai"
],
"version": "0.5.6",
"version": "0.5.7",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -72,6 +72,7 @@
"types": "./dist/index.d.ts",
"files": [
"dist",
"edge",
"README.md"
],
"sideEffects": false,
Expand Down

0 comments on commit 0102978

Please sign in to comment.