tsconfig: Enable noUncheckedIndexedAccess.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-05-23 15:02:38 -07:00
parent 4e91572c96
commit 804c3706ff
61 changed files with 210 additions and 205 deletions

View File

@@ -25,7 +25,7 @@ $(() => {
}
$.fn.get_offset_to_window = function () {
return this[0].getBoundingClientRect();
return this[0]!.getBoundingClientRect();
};
$.fn.expectOne = function () {