瀏覽代碼

revert jsx to preserve

Yuki Takei 2 年之前
父節點
當前提交
2730e1e650
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"