mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
Revert "feat(cli): enable useUnknownInCatchVariables
by default" (#12643)
This partially reverts commit a065604155
.
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
This commit is contained in:
parent
7c2abb9d57
commit
318dcc33af
5 changed files with 6 additions and 17 deletions
|
@ -572,6 +572,8 @@ impl Inner {
|
|||
"strict": true,
|
||||
"target": "esnext",
|
||||
"useDefineForClassFields": true,
|
||||
// TODO(@kitsonk) remove for Deno 1.15
|
||||
"useUnknownInCatchVariables": false,
|
||||
}));
|
||||
let config = &self.config;
|
||||
let workspace_settings = config.get_workspace_settings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue