We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67c9267 + dfba52c commit 02832caCopy full SHA for 02832ca
packages/express-wrapper/tsconfig.json
@@ -15,6 +15,7 @@
15
"noFallthroughCasesInSwitch": true,
16
"noUncheckedIndexedAccess": true,
17
"noUnusedLocals": true,
18
+ "noUnusedParameters": true,
19
"forceConsistentCasingInFileNames": true,
20
"downlevelIteration": true,
21
"esModuleInterop": true,
0 commit comments