Skip to content

Commit

Permalink
[CHG] Enables strict checking
Browse files Browse the repository at this point in the history
  • Loading branch information
czottmann committed Jul 12, 2024
1 parent 8c1f452 commit d39faa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"noImplicitAny": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"strictNullChecks": true,
"strict": true,
"target": "ES2022"
},
"include": [
Expand Down

0 comments on commit d39faa7

Please sign in to comment.