From 94383e6a12a947fcf09ebc8d97929666af88879b Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 8 Feb 2020 08:49:05 -0600 Subject: [PATCH] update Web tsconfig --- web/tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/tsconfig.json b/web/tsconfig.json index ff919e7a5..af10394b4 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -13,8 +13,7 @@ "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, - "jsx": "preserve", - "noImplicitAny": true + "jsx": "react" }, "include": ["src"] }