mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
tsconfig: Enable exactOptionalPropertyTypes.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
08a50cf74b
commit
507eb4913c
@@ -22,6 +22,7 @@
|
||||
|
||||
/* Strict type-checking */
|
||||
"strict": true,
|
||||
"exactOptionalPropertyTypes": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"isolatedModules": true,
|
||||
"noImplicitOverride": true,
|
||||
|
Reference in New Issue
Block a user