Skip to content

Commit 0390774

Browse files
committed
Set correct JSX mode in tsconfig.json
1 parent ef28154 commit 0390774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/view/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"target": "es6",
66
"outDir": "out",
77
"lib": ["ES2021", "dom"],
8-
"jsx": "react",
8+
"jsx": "react-jsx",
99
"sourceMap": true,
1010
"rootDir": "../..",
1111
"strict": true,

0 commit comments

Comments
 (0)