From d978415be8f73f45960179baff5de179864927b5 Mon Sep 17 00:00:00 2001 From: Xinjiang Shao Date: Mon, 17 Oct 2022 18:35:42 -0500 Subject: [PATCH] Add useUnknownInCatchVariables: false for testing --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) 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"]