Skip to content

Commit 2667316

Browse files
fix: switch @replexica/react module resolution to cjs (#19)
1 parent 2bf12ea commit 2667316

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/brave-jobs-travel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@replexica/react": patch
3+
---
4+
5+
switch `@replexica/react` module resolution to commonjs

packages/react/tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"skipLibCheck": true,
1212
"jsx": "react-jsx",
1313
"moduleResolution": "Node",
14-
"module": "ESNext",
14+
"module": "CommonJS",
1515
"target": "ESNext"
1616
}
1717
}

0 commit comments

Comments
 (0)