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

[Typescript] Add/Modify configs #12

Merged
merged 4 commits into from
Sep 21, 2020
Merged

Commits on Sep 16, 2020

  1. Add/Modify configs for Typescript

    Youngjoon Lee committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    02f5c2c View commit details
    Browse the repository at this point in the history
  2. Install object-path

    Youngjoon Lee committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    bccdb8b View commit details
    Browse the repository at this point in the history
  3. Install @medibloc/amino-js

    Youngjoon Lee committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    65f1a2f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. [Typescript] Made it work! (even though there are many type-unsafe st…

    …uff) (#13)
    
    * Make `src/` to be built and runnable, even though it's not 100% type-safe.
    
    * Make tests pass (by switching from Mocha+Chai to Jest)
    
    * Configure lint for test/
    
    * fix an import in example
    
    * Use @types/is
    Youngjoon Lee committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    4d8c636 View commit details
    Browse the repository at this point in the history