fix: try reverting ts jsx type

This commit is contained in:
Scott Wilson
2025-05-02 11:34:18 -07:00
parent c7e707f20a
commit 8ad334b3ab

View File

@@ -26,7 +26,7 @@
"paths": {
"@app/*": ["./src/*"]
},
"jsx": "react-jsx"
"jsx": "react"
},
"include": ["src/**/*", "scripts/**/*", "e2e-test/**/*", "./.eslintrc.js", "./tsup.config.js"],
"exclude": ["node_modules"]