Added lib in tsconfig.

This commit is contained in:
Marc Neumann
2017-02-15 19:03:24 +01:00
parent a531496e5c
commit e90288f791

View File

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