diff --git a/tsconfig.json b/tsconfig.json index bd140da..d65fbb1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,7 +26,7 @@ /* AND if you're building for a library in a monorepo: */ "declarationMap": true, - "jsx": "react", + "jsx": "react" }, "include": ["src"] }