Skip to content

Commit

Permalink
Use useUnknownInCatchVariables for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Oct 25, 2021
1 parent db910a8 commit 8531ad8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"preserveConstEnums": true
"preserveConstEnums": true,
"useUnknownInCatchVariables": false
},
"include": [
"src/"
Expand Down

0 comments on commit 8531ad8

Please sign in to comment.