diff --git a/tsconfig.json b/tsconfig.json index 09367ce..96fdcf4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,8 @@ "noUnusedLocals": true, "noUnusedParameters": true, "jsx": "react", - "jsxFactory": "h" + "jsxFactory": "h", + "jsxFragmentFactory": "h.Fragment" }, "include": [ "src"