--noImplicitAny
↔ to flag TSC to prevent Type Inference for any
- enforce explicit Type for Parameter, Exception, etc
References
tsc --strict
↔ to flag TSC auto-set max strictness settings, apply true to:--noImplicitAny
,--noImplicitThis
,--alwaysStrict
,--strictNullChecks
,--strictFunctionTypes
,--strictPropertyInitialization