diff --git a/web/tsconfig.json b/web/tsconfig.json index 38376ef..dd3d82c 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -6,6 +6,8 @@ "moduleResolution": "node", "strict": true, "jsx": "preserve", + "jsxFactory": "h", + "jsxFragmentFactory": "Fragment", "sourceMap": true, "resolveJsonModule": true, "esModuleInterop": true,