From a10a7633d1194867d277829caf4c1797a1268199 Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Mon, 4 Jun 2018 09:10:47 +0200 Subject: [PATCH] use unused span for unused locals/parameters --- extensions/npm/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/npm/tsconfig.json b/extensions/npm/tsconfig.json index 51007d3cc84..97f987aabe3 100644 --- a/extensions/npm/tsconfig.json +++ b/extensions/npm/tsconfig.json @@ -8,8 +8,8 @@ "outDir": "./out", "noImplicitAny": true, "noImplicitReturns": true, - "noUnusedLocals": true, - "noUnusedParameters": true, + // "noUnusedLocals": true, + // "noUnusedParameters": true, "strict": true }, "include": [