diff --git a/tsconfig.json b/tsconfig.json index 02eb331..6503e75 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, + "useUnknownInCatchVariables": false, "resolveJsonModule": true, "isolatedModules": true, "strict": true,