From 8d4aacb862b849096daa403725e0a20366050e07 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sun, 9 Aug 2020 11:50:03 +0200 Subject: [PATCH] Re added the dom library, else some compile issues --- tsbaseconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsbaseconfig.json b/tsbaseconfig.json index 6e74cea8..975baeb2 100644 --- a/tsbaseconfig.json +++ b/tsbaseconfig.json @@ -4,8 +4,8 @@ "target": "es6", "module": "commonjs", "sourceMap": true, - "lib": ["es6"], - "removeComments": false, + "lib": ["es6", "dom"], + "removeComments": false }, "include": [ "webpack.config.ts",