--strictFunctionTypes
↔ to flag TSC to enforce stronger checks for function Types
References
tsc --strict
↔ to flag TSC auto-set max strictness settings, apply true to:--noImplicitAny
,--noImplicitThis
,--alwaysStrict
,--strictNullChecks
,--strictFunctionTypes
,--strictPropertyInitialization