From 22989465538f64e86fe5ac0235e322133b95056c Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 20 Aug 2019 02:46:41 +0400 Subject: Initial test application Signed-off-by: Valentin Popov --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 5c519e8..144c66a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "declarationMap": true, "esModuleInterop": true, "lib": [ + "dom", "es2015" ], "module": "commonjs", @@ -18,7 +19,6 @@ }, "exclude": [ "dist", - "node_modules", "test" ] -} \ No newline at end of file +} -- cgit v1.2.3