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)
pull/23334/head^2
Kirill Freiman 5 years ago committed by GitHub
parent a1157b1744
commit 643735f590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tsconfig.json

@ -1,5 +1,6 @@
{
"compilerOptions": {
"jsx": "react",
"baseUrl": "public/",
"outDir": "public/dist",
"paths": {

Loading…
Cancel
Save