Target ES5 instead of ES6.

This commit is contained in:
flash 2019-08-13 04:47:58 +02:00
parent a9e796c0ee
commit 648b1ac5eb

View file

@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es6",
"module": "amd",
"target": "es5",
"module": "none",
"jsx": "react",
"jsxFactory": "mszCreateElement",
"removeComments": true,