From 8ef08f1d294dbe7e3771202084ecbede73ca28aa Mon Sep 17 00:00:00 2001 From: Kenta Moriuchi Date: Fri, 6 Sep 2024 19:23:59 +0900 Subject: feat(lsp): turn on useUnknownInCatchVariables (#25474) --- cli/tsc/99_main_compiler.js | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/tsc/99_main_compiler.js') diff --git a/cli/tsc/99_main_compiler.js b/cli/tsc/99_main_compiler.js index f35fa7b5d..4044c5fc1 100644 --- a/cli/tsc/99_main_compiler.js +++ b/cli/tsc/99_main_compiler.js @@ -1152,7 +1152,6 @@ delete Object.prototype.__proto__; "strict": true, "target": "esnext", "useDefineForClassFields": true, - "useUnknownInCatchVariables": false, "jsx": "react", "jsxFactory": "React.createElement", "jsxFragmentFactory": "React.Fragment", -- cgit v1.2.3