diff --git a/tsconfig.json b/tsconfig.json index c5d3a09..1b1fe28 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,8 +9,8 @@ "noImplicitAny": false, "allowSyntheticDefaultImports": true, "outDir": "lib", - "noUnusedLocals": true, - "noUnusedParameters": true, + "noUnusedLocals": false, + "noUnusedParameters": false, "strictNullChecks": true, "sourceMap": true, "baseUrl": ".",