Browse Source

revert jsx to preserve

Yuki Takei 2 years ago
parent
commit
2730e1e650
1 changed files with 1 additions and 1 deletions
  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"