Update target to es6
This commit is contained in:
Родитель
011c41613f
Коммит
3914b4d223
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES5",
|
||||
"target": "es6",
|
||||
"module": "commonjs",
|
||||
"noImplicitAny": true,
|
||||
"noEmitOnError": true,
|
||||
|
|
Загрузка…
Ссылка в новой задаче