Skip to content

Commit

Permalink
chore: enable strictFunctionTypes TypeScript option (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn authored Mar 22, 2024
1 parent 0533856 commit f0f2683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"noImplicitThis": true,
"strictNullChecks": true,
"strictBindCallApply": true,
"strictFunctionTypes": true,
"strictPropertyInitialization": true,
"useUnknownInCatchVariables": true,
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit f0f2683

Please sign in to comment.