From 4539283e6be8d7bd343e7f2e8c26bfda1f54297f Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sat, 4 Aug 2018 03:45:19 -0400 Subject: [PATCH] Removes unused locals as an error --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 3c419e4..20c03f5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,11 +7,10 @@ "moduleResolution": "node", "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, - "noUnusedLocals": true, + "noUnusedLocals": false, "outDir": "out", "removeComments": true, "rootDir": "./src", - "skipLibCheck": true, "sourceMap": true, "strict": true, "target": "es2017"