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": { "compilerOptions": {
"target": "es6", "target": "es5",
"module": "amd", "module": "none",
"jsx": "react", "jsx": "react",
"jsxFactory": "mszCreateElement", "jsxFactory": "mszCreateElement",
"removeComments": true, "removeComments": true,