Skip to content

consider turning on noImplicitAny by default #107

Closed
@IgorMinar

Description

@IgorMinar

currently our blueprints don't pass the noImplicitAny check - we should fix that.

  • understand the impact
  • change the config
  • update blueprints that fail the check

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?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions