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"