build(typescript): reenable jsx react-jsx in ts config

This commit is contained in:
Jack Westbrook
2025-03-03 09:44:51 +01:00
parent 830187d688
commit 60a7faca5b
+1 -2
View File
@@ -12,8 +12,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
// Todo: standard vite config uses react-jsx but it causes typechecks to fail
"jsx": "react",
"jsx": "react-jsx",
/* Linting */
"strict": true,