From 93e09c6b5e8e268f2ed8a02a78829cca9a1362f0 Mon Sep 17 00:00:00 2001 From: Konstantin Rohde Date: Mon, 11 Jun 2018 12:58:02 +0200 Subject: [PATCH] Another dtslint fix. --- types/datatables.net-scroller/tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/types/datatables.net-scroller/tsconfig.json b/types/datatables.net-scroller/tsconfig.json index cb89487bce..29e1854557 100644 --- a/types/datatables.net-scroller/tsconfig.json +++ b/types/datatables.net-scroller/tsconfig.json @@ -2,11 +2,13 @@ "compilerOptions": { "module": "commonjs", "lib": [ - "es6" + "es6", + "dom" ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../"