This commit is contained in:
Leandro Facchinetti 2020-03-21 12:01:55 -04:00
parent 4f73d3e118
commit e7af13fd9b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "ESNEXT", "target": "ES2019",
"module": "commonjs", "module": "commonjs",
"jsx": "react", "jsx": "react",
"sourceMap": true, "sourceMap": true,