소스 검색

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"