currently our blueprints don't pass the noImplicitAny check - we should fix that.
Current failures for an empty project:
[DiffingTSCompiler]: Typescript found the following errors:
app/sample-45.spec.ts (7, 71): Parameter 'app' implicitly has an 'any' type.
app/sample-45.spec.ts (12, 65): Parameter 'app' implicitly has an 'any' type.
app/sample-45.ts (14, 17): Parameter 'meaning' implicitly has an 'any' type.
@rkirov @alexeagle - what's your guidance on this?