tsconfig: enable useUnknownInCatchVariables
This commit is contained in:
parent
a4ff9ed752
commit
0ddee40136
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
"strictPropertyInitialization": false,
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"useUnknownInCatchVariables": false,
|
||||
"useUnknownInCatchVariables": true,
|
||||
"module": "es6",
|
||||
"target": "es5",
|
||||
"jsx": "react",
|
||||
|
|
Loading…
Reference in a new issue