···83838484 /* Type Checking */
8585 "strict": true /* Enable all strict type-checking options. */,
8686- // "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
8686+ "noImplicitAny": false /* Enable error reporting for expressions and declarations with an implied 'any' type. */,
8787 // "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */
8888 // "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
8989 // "strictBindCallApply": true, /* Check that the arguments for 'bind', 'call', and 'apply' methods match the original function. */