'noImplicitAny': true ↔ to throw Exception when any Parameter inferred as any
"noImplicitAny": true does not throw on Variable Declaration
let anything; //type any fine here