Add 'libs' to fix build

This commit is contained in:
kiswa 2017-03-15 21:36:07 +00:00
parent a975d43734
commit 99329f3eaa

View File

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es6",
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": false,
@ -9,6 +9,7 @@
"removeComments": true,
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true,
"lib": [ "es2015", "dom" ],
"typeRoots": [ "node_modules/@types" ],
"types": [ "chartist", "core-js" ]
}