Browse Source

revert jsx to preserve

Yuki Takei 2 năm trước cách đây
mục cha
commit
2730e1e650
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"