From d02378c8a8540f0309aee6211b11235d7653b765 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sun, 9 Aug 2020 11:43:44 +0200 Subject: [PATCH] Updated the tsbase config file --- tsbaseconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsbaseconfig.json b/tsbaseconfig.json index d3528081..dadb1656 100644 --- a/tsbaseconfig.json +++ b/tsbaseconfig.json @@ -4,7 +4,7 @@ "target": "es6", "module": "commonjs", "sourceMap": true, - "lib": ["es6", "dom"], + "lib": ["es6"], "removeComments": false, }, "include": [ @@ -17,10 +17,10 @@ "webpack/EJSGenerator.ts", "webpack/WatLoader.ts", "webpack/DevelBlocks.ts", - "webpack/EmscriptenLoader.ts", "loader/IndexGenerator.ts", + "babel.config.ts",, "file.ts" ], "exclude": [