Set correct JSX mode in tsconfig.json

This commit is contained in:
Koen Vlaswinkel
2023-12-22 11:42:12 +01:00
parent ef28154b95
commit 039077467a

View File

@@ -5,7 +5,7 @@
"target": "es6",
"outDir": "out",
"lib": ["ES2021", "dom"],
"jsx": "react",
"jsx": "react-jsx",
"sourceMap": true,
"rootDir": "../..",
"strict": true,