Skip to content

Commit

Permalink
Turn on typescript strict mode and useUnknownInCatchVariables
Browse files Browse the repository at this point in the history
  • Loading branch information
oetherington committed Dec 15, 2024
1 parent ae36573 commit 2200c74
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 @@ -12,7 +12,8 @@
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": true,
"strictNullChecks": true,
"strict": true,
"useUnknownInCatchVariables": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"allowSyntheticDefaultImports": true
Expand Down

0 comments on commit 2200c74

Please sign in to comment.