fix: restore jsx option in tsconfig.json

This commit is contained in:
Alex Newman
2025-11-14 13:06:49 -05:00
parent 5a84198529
commit 915dbc1aa9

View File

@@ -1,5 +1,6 @@
{
"compilerOptions": {
"jsx": "react",
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "node",