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,
|
"sourceMap": true,
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"target": "ES2015",
|
"target": "ES2017",
|
||||||
"declaration": false,
|
"declaration": false,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"jsx": "react",
|
"jsx": "react",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue