build(tsconfig.json): sets strictNullChecks to true

This is needed by TypeDoc

Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
This commit is contained in:
2025-04-17 04:57:54 +02:00
parent 6d2743e7e8
commit 609e6dc507

View File

@@ -12,6 +12,7 @@
/* Strictness */
"strict": true,
"strictNullChecks": true,
"noUncheckedIndexedAccess": true,
"checkJs": true,