From cb83b456d96ca5d8312d890caf8221f15961c116 Mon Sep 17 00:00:00 2001 From: James Garbutt <43081j@users.noreply.github.com> Date: Tue, 14 Jan 2025 05:43:15 +0000 Subject: [PATCH] chore: enable stricter typescript checks (#459) --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index bac2dcef..07caa1dd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,7 @@ "node" ], "strict": true, + "noUnusedLocals": true, "declaration": true, "noEmit": true, "esModuleInterop": true,