feat(lsp): turn on useUnknownInCatchVariables (#25474)

This commit is contained in:
Kenta Moriuchi 2024-09-06 19:23:59 +09:00 committed by GitHub
parent 56363e4f4e
commit 8ef08f1d29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 16 additions and 3 deletions

View file

@ -1084,7 +1084,6 @@ impl Default for LspTsConfig {
"strict": true,
"target": "esnext",
"useDefineForClassFields": true,
"useUnknownInCatchVariables": false,
"jsx": "react",
"jsxFactory": "React.createElement",
"jsxFragmentFactory": "React.Fragment",