From 5fae5281d8944f74cc5b85f64f5e63dbb1fd5b8c Mon Sep 17 00:00:00 2001 From: Ryota Murakami Date: Thu, 17 Aug 2023 19:46:08 +0900 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index bb4d01089..68910eef0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,6 +16,7 @@ "moduleResolution": "node", "noEmit": true, "noFallthroughCasesInSwitch": true, + "useUnknownInCatchVariables": false, "pretty": true, "resolveJsonModule": true, "skipLibCheck": true,