From f19fa369a6e5b9c5d5ece5523536cf14c488ce50 Mon Sep 17 00:00:00 2001 From: njlr Date: Tue, 26 Nov 2019 11:12:44 +0000 Subject: [PATCH] Update tsconfig.json Fixes TS error on "install" --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e7d55ce..5d9dda8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "inlineSourceMap": true, "inlineSources": true, "noImplicitThis": true, - "noUnusedLocals": true, + "noUnusedLocals": false, "noImplicitReturns": true, "declaration": true, "lib": [