update tsconfig jsx to react-jsx for Next.js 16 compatibility

This commit is contained in:
Ishaan Jaffer 2026-04-22 17:11:08 -07:00
parent 3890cb898d
commit cf23b2f99a
No known key found for this signature in database

View file

@ -14,7 +14,7 @@
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"jsx": "react-jsx",
"incremental": true,
"plugins": [
{