fix(ui): use jsx preserve for Next.js optimal compilation

This commit is contained in:
alejandrobailo
2026-01-23 09:51:54 +01:00
parent 2b6f61521b
commit 315febaff9

View File

@@ -5,7 +5,7 @@
"forceConsistentCasingInFileNames": true,
"incremental": true,
"isolatedModules": true,
"jsx": "react-jsx",
"jsx": "preserve",
"lib": [
"dom",
"dom.iterable",