From 8ef11eab495f677bf3697a93f2881fe7a1c4fd4a Mon Sep 17 00:00:00 2001 From: AlexAlexandre Date: Tue, 20 Jul 2021 15:14:36 -0300 Subject: [PATCH] [IMPROVE] enable jsx compiler --- jsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/jsconfig.json b/jsconfig.json index b65649bb2..49b83ca08 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "jsx": "react", "allowSyntheticDefaultImports": true, "experimentalDecorators": true },