Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add `noUnusedLocals` and `noUnusedParameters` to `tsconfig`
Sebastian Martinez committed 3 years ago
commit 233517aa6eabcb6550742392398b566af8147621
parent 6ae0add137ed54dbcce026c433e665bcb17a1565
1 file changed +2 -0
modified tsconfig.json
@@ -11,6 +11,8 @@
    "moduleResolution": "node",
    "strict": true,
    "resolveJsonModule": true,
+
    "noUnusedLocals": true,
+
    "noUnusedParameters": true,
    "useDefineForClassFields": true,
    "esModuleInterop": true,
    "allowSyntheticDefaultImports": true,