diff --git a/tsconfig.json b/tsconfig.json index 3ffb87a..19da974 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "strict": true, "noImplicitAny": true, "esModuleInterop": true, + "useUnknownInCatchVariables": false, "resolveJsonModule": true }, "exclude": ["node_modules", "**/*.test.ts"]