From 8c8eea5d365520565c4e4b0ee6e0b0dd350dd77a Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Thu, 12 Jul 2018 20:10:33 +1000 Subject: [PATCH] test: fixed up the types test --- types/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/tsconfig.json b/types/tsconfig.json index b9eb2d2..35b9d6f 100644 --- a/types/tsconfig.json +++ b/types/tsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "strict": true, "noUnusedParameters": true, - "noUnusedLocals": true, + "noUnusedLocals": false, "noEmit": true } }