tsconfig: enable useUnknownInCatchVariables

This commit is contained in:
Alex Gleason 2022-03-24 10:56:57 -05:00
parent a4ff9ed752
commit 0ddee40136
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -9,7 +9,7 @@
"strictPropertyInitialization": false,
"noImplicitAny": true,
"noImplicitThis": true,
"useUnknownInCatchVariables": false,
"useUnknownInCatchVariables": true,
"module": "es6",
"target": "es5",
"jsx": "react",