Added es6 lib

This commit is contained in:
Anton Kandybo
2017-03-06 01:26:47 +02:00
parent 5e762d799d
commit 972fc4d560

View File

@@ -2,6 +2,9 @@
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,