Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

turn on noImplicitAny #16

Closed
wants to merge 1 commit into from
Closed

turn on noImplicitAny #16

wants to merge 1 commit into from

Commits on Mar 31, 2017

  1. turn on noImplicitAny

    Since this module is designed to be compiled by consumer projects (from what I can tell - see ngrx#15), it's nice to turn on noImplicitAny.
    
    The compose function had a signature, but tsc didn't seem to be able to infer the argument types. I've added them, and checked that
    `ComposeSignature` is still the type consumers see.
    
    Fixes ngrx#15.
    timruffles committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    e918e03 View commit details
    Browse the repository at this point in the history