Target ES5 instead of ES6.
This commit is contained in:
parent
a9e796c0ee
commit
648b1ac5eb
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "es6",
|
"target": "es5",
|
||||||
"module": "amd",
|
"module": "none",
|
||||||
"jsx": "react",
|
"jsx": "react",
|
||||||
"jsxFactory": "mszCreateElement",
|
"jsxFactory": "mszCreateElement",
|
||||||
"removeComments": true,
|
"removeComments": true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue