Skip to content

Commit b25b129

Browse files
authored
fix: restore classic JSX runtime
1 parent cdb09b8 commit b25b129

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"target": "esnext",
44
"moduleResolution": "bundler",
5-
"jsx": "react-jsx",
5+
"jsx": "react",
66
"declaration": true,
77
"skipLibCheck": true,
88
"esModuleInterop": true,

0 commit comments

Comments
 (0)