diff --git a/tsconfig.json b/tsconfig.json index 6d8ba2b8..186a435d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "lib": ["esnext", "dom"], "sourceMap": true, "baseUrl": ".", - "jsx": "preserve", + "jsx": "react-jsx", "allowSyntheticDefaultImports": true, "moduleResolution": "node", "forceConsistentCasingInFileNames": true,