We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b8495 commit 5b3507eCopy full SHA for 5b3507e
1 file changed
tsconfig.json
@@ -1,9 +1,7 @@
1
{
2
"compilerOptions": {
3
"target": "ESNext",
4
- "jsx": "preserve",
5
- "jsxFactory": "React.createElement",
6
- "jsxImportSource": "react",
+ "jsx": "react-jsx",
7
"lib": ["esnext", "dom", "DOM.Iterable"],
8
"module": "ESNext",
9
"moduleResolution": "Bundler",
0 commit comments