From 4ce96f0e9e657bbefd36435fe08f91f7a5bdff8d Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Sat, 2 Dec 2023 07:51:30 -0700 Subject: [PATCH] Fix tsconfig.json. --- assets/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }