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 bbd0dce commit f4974c6Copy full SHA for f4974c6
tsconfig.json
@@ -20,7 +20,7 @@
20
"strictPropertyInitialization": true,
21
"noImplicitThis": true,
22
"alwaysStrict": true,
23
- "noUnusedLocals": true,
+ "noUnusedLocals": false,
24
"noUnusedParameters": true,
25
"noImplicitReturns": true,
26
"noFallthroughCasesInSwitch": true,
0 commit comments