Explorar o código

fix tsconfig for lint:typecheck

Yuki Takei %!s(int64=4) %!d(string=hai) anos
pai
achega
1f8fa97b70

+ 4 - 1
packages/app/tsconfig.base.json

@@ -1,3 +1,6 @@
 {
 {
-  "extends": "../../tsconfig.base.json"
+  "extends": "../../tsconfig.base.json",
+  "compilerOptions": {
+    "jsx": "react"
+  }
 }
 }

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

@@ -2,7 +2,6 @@
   "extends": "./tsconfig.base.json",
   "extends": "./tsconfig.base.json",
   "compilerOptions": {
   "compilerOptions": {
     "module": "esnext",
     "module": "esnext",
-    "jsx": "react",
     "noFallthroughCasesInSwitch": true,
     "noFallthroughCasesInSwitch": true,
     "noUnusedLocals": true,
     "noUnusedLocals": true,
     "noUnusedParameters": true,
     "noUnusedParameters": true,