typescript: Enable strictNullChecks.

Let’s do this right from the beginning instead of making a mess to
clean up later.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-07-26 13:19:12 -07:00
committed by Tim Abbott
parent eb2809effe
commit 0e0baca41e
5 changed files with 25 additions and 20 deletions

View File

@@ -23,7 +23,6 @@
/* Strict type-checking */
"strict": true,
"strictNullChecks": false,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,