diff --git a/tsconfig.base.json b/tsconfig.base.json index eaf36e62..ba074d4c 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -6,7 +6,7 @@ "module": "ES2020", "moduleResolution": "node", "target": "ES2020", - "jsx": "preserve", + "jsx": "react-jsx", "declaration": true, "declarationMap": true, // "emitDeclarationOnly": true,