diff --git a/packages/express-wrapper/tsconfig.json b/packages/express-wrapper/tsconfig.json index efa731d5..252c0e7f 100644 --- a/packages/express-wrapper/tsconfig.json +++ b/packages/express-wrapper/tsconfig.json @@ -15,6 +15,7 @@ "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, "noUnusedLocals": true, + "noUnusedParameters": true, "forceConsistentCasingInFileNames": true, "downlevelIteration": true, "esModuleInterop": true,