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": {
|
||||
"target": "es6",
|
||||
"module": "amd",
|
||||
"target": "es5",
|
||||
"module": "none",
|
||||
"jsx": "react",
|
||||
"jsxFactory": "mszCreateElement",
|
||||
"removeComments": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue