Upgrading Typescript target from ES2015 to ES2017.
This commit is contained in:
parent
664a5b6b91
commit
06058cfc24
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"sourceMap": true,
|
||||
"moduleResolution": "node",
|
||||
"module": "CommonJS",
|
||||
"target": "ES2015",
|
||||
"target": "ES2017",
|
||||
"declaration": false,
|
||||
"downlevelIteration": true,
|
||||
"jsx": "react",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue