update tsconfig jsx field to "react-jsx"

This commit is contained in:
Pavel Prichodko 2023-01-20 00:00:05 +01:00
parent 4507eba583
commit 92271643d6
No known key found for this signature in database
GPG Key ID: 8E4C82D464215E83
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"module": "ES2020",
"moduleResolution": "node",
"target": "ES2020",
"jsx": "preserve",
"jsx": "react-jsx",
"declaration": true,
"declarationMap": true,
// "emitDeclarationOnly": true,