Skip to content

Commit

Permalink
Add explicit strictNullChecks
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Dec 12, 2019
1 parent cd9cfbf commit 9d8ae89
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 @@ -12,6 +12,7 @@

/* Strict Type-Checking Options */
"strict": true, /* Enable all strict type-checking options. */
"strictNullChecks": true,
"noImplicitAny": false, /* Raise error on expressions and declarations with an implied 'any' type. */

/* Additional Checks */
Expand Down

0 comments on commit 9d8ae89

Please sign in to comment.