Skip to content

Commit

Permalink
[Backend] Remove strictNullChecks: false from tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
valtterikantanen committed Jul 18, 2024
1 parent 3bdf76e commit d5256f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions services/backend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"esModuleInterop": true,
"skipLibCheck": true,
"strict": true,
// The three options below would be automatically enabled with strict: true
// We should also remove strictNullChecks: false as soon as all the current errors are fixed
"strictNullChecks": false,
// The two options below would be automatically enabled with strict: true
"strictPropertyInitialization": false,
"noImplicitAny": false,
"sourceMap": true,
Expand Down

0 comments on commit d5256f9

Please sign in to comment.