Another dtslint fix.

This commit is contained in:
Konstantin Rohde
2018-06-11 12:58:02 +02:00
parent 11c510ffed
commit 93e09c6b5e

View File

@@ -2,11 +2,13 @@
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"