Skip to content

Commit 163e638

Browse files
committed
Fix typescript error in react package
1 parent a32d95f commit 163e638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"include": ["./src/**/*.ts", "./src/**/*.tsx", "tsup.config.ts"],
33
"compilerOptions": {
4-
"jsx": "react",
4+
"jsx": "react-jsx",
55
"moduleResolution": "node",
66
"esModuleInterop": true,
77
"strict": true,

0 commit comments

Comments
 (0)