From 643735f59037e7fe6bb275b15e341542109efab5 Mon Sep 17 00:00:00 2001 From: Kirill Freiman Date: Fri, 3 Apr 2020 23:48:41 +0300 Subject: [PATCH] tsconfig: set `jsx` option to "react" (#23335) Explicit setting of this option helps to vscode properly work with .tsx files (https://github.com/Microsoft/vscode/issues/15814) --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index a8a624cc36c..c7cff699855 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "jsx": "react", "baseUrl": "public/", "outDir": "public/dist", "paths": {