web: update tsconfig strictness

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2023-01-01 23:44:15 +01:00
parent 1c1319927e
commit 475853fb14
6 changed files with 16 additions and 3 deletions

View File

@ -134,6 +134,7 @@ export class SidebarItem extends AKElement {
if (match !== null) {
return true;
}
return false;
});
}