Upgrading Typescript target from ES2015 to ES2017.
This commit is contained in:
parent
664a5b6b91
commit
06058cfc24
@ -4,7 +4,7 @@
|
||||
"sourceMap": true,
|
||||
"moduleResolution": "node",
|
||||
"module": "CommonJS",
|
||||
"target": "ES2015",
|
||||
"target": "ES2017",
|
||||
"declaration": false,
|
||||
"downlevelIteration": true,
|
||||
"jsx": "react",
|
||||
|
Loading…
Reference in New Issue
Block a user