From 90b9a487cd417eaf928cb7e75586c6465c8146e5 Mon Sep 17 00:00:00 2001 From: Oleksandr Andriienko Date: Fri, 1 Jun 2018 13:41:35 +0300 Subject: [PATCH] Minor: clean up build logs for source code without tests. Signed-off-by: Oleksandr Andriienko --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e56930e6..2e7404e2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,8 @@ "noUnusedLocals": true }, "include": [ - "src/**/*" + "src/**/*", + "typings/xterm.d.ts" ], "exclude": [ "src/addons/**/*"