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.
1 parent 67c9267 commit dfba52cCopy full SHA for dfba52c
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