diff options
author | Kenta Moriuchi <moriken@kimamass.com> | 2024-09-06 19:23:59 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-06 12:23:59 +0200 |
commit | 8ef08f1d294dbe7e3771202084ecbede73ca28aa (patch) | |
tree | 8930e11abd8027129873acc0ca2c67fe0bfadb28 /cli/lsp | |
parent | 56363e4f4e097eadc85f5219e9e08c7ffc059e31 (diff) |
feat(lsp): turn on useUnknownInCatchVariables (#25474)
Diffstat (limited to 'cli/lsp')
-rw-r--r-- | cli/lsp/config.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/lsp/config.rs b/cli/lsp/config.rs index fcea96aa5..c9729a5e5 100644 --- a/cli/lsp/config.rs +++ b/cli/lsp/config.rs @@ -1084,7 +1084,6 @@ impl Default for LspTsConfig { "strict": true, "target": "esnext", "useDefineForClassFields": true, - "useUnknownInCatchVariables": false, "jsx": "react", "jsxFactory": "React.createElement", "jsxFragmentFactory": "React.Fragment", |