update tsconfig jsx field to "react-jsx"
This commit is contained in:
parent
4507eba583
commit
92271643d6
|
@ -6,7 +6,7 @@
|
|||
"module": "ES2020",
|
||||
"moduleResolution": "node",
|
||||
"target": "ES2020",
|
||||
"jsx": "preserve",
|
||||
"jsx": "react-jsx",
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
// "emitDeclarationOnly": true,
|
||||
|
|
Loading…
Reference in New Issue