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