[IMPROVE] enable jsx compiler

This commit is contained in:
AlexAlexandre 2021-07-20 15:14:36 -03:00
parent d060edb05f
commit 8ef11eab49
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
"compilerOptions": {
"jsx": "react",
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true
},