Explorar el Código

revert jsx to preserve

Yuki Takei hace 2 años
padre
commit
2730e1e650
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/app/tsconfig.json

+ 1 - 1
apps/app/tsconfig.json

@@ -4,7 +4,7 @@
   "compilerOptions": {
     "module": "CommonJS",
 
-    "jsx": "react-jsx",
+    "jsx": "preserve",
     "resolveJsonModule": true,
     "types": [
       "vitest/globals"