Skip to content

Commit

Permalink
build(tsconfig.json): enable strictNullChecks
Browse files Browse the repository at this point in the history
  • Loading branch information
i7N3 committed Mar 11, 2023
1 parent a40de32 commit 0c9dd92
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 @@ -10,6 +10,7 @@
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"strictNullChecks": true,
"noEmit": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
Expand Down

0 comments on commit 0c9dd92

Please sign in to comment.