From b419afad40eb276d238b2ba5538e21ee750327e2 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 12 Mar 2020 13:37:28 -0600 Subject: [PATCH] Declare jsx in tsconfig for IDEs --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 3e4db4baa1..d70e0a85f0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "sourceMap": false, "outDir": "./lib", "declaration": true, + "jsx": "react", "types": [ "node", "react"