diff --git a/tsconfig.json b/tsconfig.json index 4a36d22..669df90 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,8 +12,9 @@ "resolveJsonModule": true, "types": ["vitest/globals"], "strict": true, - "strictNullChecks": true, + "noFallthroughCasesInSwitch": true, "noUnusedLocals": true, + "noUnusedParameters": true, "esModuleInterop": true, "isolatedModules": true, "skipDefaultLibCheck": true,