Fix unused parameters

This commit is contained in:
hensm
2019-08-16 21:09:35 +01:00
parent e2eca07876
commit 14d3b2c833
21 changed files with 95 additions and 103 deletions

View File

@@ -4,6 +4,7 @@
, "module": "commonjs"
, "noImplicitAny": true
, "noUnusedLocals": true
, "noUnusedParameters": true
, "removeComments": true
, "resolveJsonModule": true
, "target": "es6"