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

fix TS module resolution #123

Closed
wants to merge 2 commits into from
Closed

Commits on Apr 28, 2016

  1. fix TS module resolution

    I couldn't use npm Reselect typings as I do with eg Immutable.js
    TS would not find the module.
    It turns out you need to declare a module whose name match exactly the import's name, "" included.
    I tested it, it works®
    
    A good reference: https://github.com/facebook/immutable-js/blob/master/dist/immutable.d.ts
    bbenezech committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    a2c7eb1 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2016

  1. Fix error TS1046: A 'declare' modifier is required for a top level de…

    …claration in a .d.ts file.
    bbenezech committed May 9, 2016
    Configuration menu
    Copy the full SHA
    e7b4adb View commit details
    Browse the repository at this point in the history