Yuki Takei 3 лет назад
Родитель
Сommit
a4ef1c2a92
2 измененных файлов с 1 добавлено и 1 удалено
  1. 0 1
      apps/app/tsconfig.build.client.json
  2. 1 0
      apps/app/tsconfig.json

+ 0 - 1
apps/app/tsconfig.build.client.json

@@ -7,7 +7,6 @@
     "strict": false,
     "noFallthroughCasesInSwitch": true,
     "incremental": true,
-    "jsx": "preserve",
 
     "baseUrl": ".",
     "paths": {

+ 1 - 0
apps/app/tsconfig.json

@@ -4,6 +4,7 @@
   "compilerOptions": {
     "module": "CommonJS",
 
+    "jsx": "preserve",
     "resolveJsonModule": true,
 
     "baseUrl": ".",