update tsconfig jsx field to "react-jsx"

This commit is contained in:
Pavel Prichodko 2023-01-20 00:00:05 +01:00
parent 63c1335687
commit 956ea8a94e
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 1 additions and 1 deletions

View File

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