Skip to content
Merged
Prev Previous commit
Next Next commit
Cast all catch variables as unknown
  • Loading branch information
JustinGrote committed Apr 14, 2023
commit a2cdc0a7362a42ab4b4759d5819e6102fb021109
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"useUnknownInCatchVariables": true
},
"include": [ "src", "test" ],
}