mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
feat(lsp): turn on useUnknownInCatchVariables (#25474)
This commit is contained in:
parent
56363e4f4e
commit
8ef08f1d29
6 changed files with 16 additions and 3 deletions
|
@ -1084,7 +1084,6 @@ impl Default for LspTsConfig {
|
|||
"strict": true,
|
||||
"target": "esnext",
|
||||
"useDefineForClassFields": true,
|
||||
"useUnknownInCatchVariables": false,
|
||||
"jsx": "react",
|
||||
"jsxFactory": "React.createElement",
|
||||
"jsxFragmentFactory": "React.Fragment",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue