[IMPROVE] enable jsx compiler
This commit is contained in:
parent
d060edb05f
commit
8ef11eab49
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"jsx": "react",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"experimentalDecorators": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue