Commit 667a83f
Add noUnusedLocals and noUnusedParameters to registry tsconfig
Enables stricter TypeScript checking to catch unused variables and
parameters at compile time. This prevents dead code accumulation
and potential bugs.
Based on learnings from coana-package-manager analysis.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent b4e207f commit 667a83f
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
0 commit comments