From c63738e17df4d5bfff2049a6d1c445c609c2189e Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Thu, 14 Mar 2024 19:29:29 -0400 Subject: fix: fix lots of type errors --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 2a94c31..3d1bebf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,8 +15,7 @@ "allowJs": false, "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true + "noUnusedLocals": true }, "include": ["src"] } -- cgit v1.2.3