Skip to content

Commit

Permalink
build(): remove useUnknownInCatchVariables flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Feb 16, 2022
1 parent 33cfad4 commit 53df661
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"noImplicitAny": false,
"skipLibCheck": true,
"suppressImplicitAnyIndexErrors": true,
"useUnknownInCatchVariables": false,
"noUnusedLocals": false,
"importHelpers": true,
"removeComments": false,
Expand Down

0 comments on commit 53df661

Please sign in to comment.