From 42e8c2f3506c04827f4bf1272ae2f76f90c0be26 Mon Sep 17 00:00:00 2001 From: Charles Hu Date: Wed, 5 Jun 2024 16:25:40 -0400 Subject: [PATCH] Config test Signed-off-by: Charles Hu --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6d1a760198..8513563e5d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "esModuleInterop": true, "noImplicitAny": true, "resolveJsonModule": true, - "useUnknownInCatchVariables": false + "useUnknownInCatchVariables": true }, "include": [ "types/**/*.d.ts"