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/tsc | |
parent | 56363e4f4e097eadc85f5219e9e08c7ffc059e31 (diff) |
feat(lsp): turn on useUnknownInCatchVariables (#25474)
Diffstat (limited to 'cli/tsc')
-rw-r--r-- | cli/tsc/99_main_compiler.js | 1 |
1 files changed, 0 insertions, 1 deletions
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", |