Change target to es2015
This commit is contained in:
parent
40f55a224c
commit
bc77816e67
|
@ -6,7 +6,7 @@
|
|||
"dom",
|
||||
"es2015"
|
||||
],
|
||||
"target": "es5",
|
||||
"target": "es2015",
|
||||
"strict": true,
|
||||
"noImplicitAny": false,
|
||||
"strictFunctionTypes": false,
|
||||
|
|
Loading…
Reference in New Issue