mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
committed by
Tim Abbott
parent
eb2809effe
commit
0e0baca41e
@@ -23,7 +23,6 @@
|
||||
|
||||
/* Strict type-checking */
|
||||
"strict": true,
|
||||
"strictNullChecks": false,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"isolatedModules": true,
|
||||
|
||||
|
Reference in New Issue
Block a user