From c8cfbebb92045ae7e81584d32f97e1d522906862 Mon Sep 17 00:00:00 2001 From: Johannes Zillmann Date: Fri, 9 Apr 2021 18:26:52 +0200 Subject: [PATCH] Disable no used locals (for now) --- core/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tsconfig.json b/core/tsconfig.json index 964ad4c..29a1f2b 100644 --- a/core/tsconfig.json +++ b/core/tsconfig.json @@ -6,7 +6,7 @@ "outDir": "./lib", "strict": true, "noImplicitAny": false, - "noUnusedLocals": true, + "noUnusedLocals": false, "baseUrl": "./", "paths": { "src/*": ["src/*"],