diff --git a/assets/tsconfig.json b/assets/tsconfig.json index fab4f2c..75c127b 100644 --- a/assets/tsconfig.json +++ b/assets/tsconfig.json @@ -27,6 +27,6 @@ // calls. It seems like the "react" value mirrors esbuild's native // "transform" option, but it isn't obvious how these two relate from the // documentation: https://esbuild.github.io/api/#jsx. - "jsx": "react", + "jsx": "react" } }