--strictNullChecks
↔ to flag TSC to throw error when null is not explicitly defined
References
tsc --strict
↔ to flag TSC auto-set max strictness settings, apply true to:--noImplicitAny
,--noImplicitThis
,--alwaysStrict
,--strictNullChecks
,--strictFunctionTypes
,--strictPropertyInitialization