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

chore: Resolve ts:check errors, put in Makefile #132

Merged
merged 5 commits into from
Sep 24, 2024

Commits on Sep 24, 2024

  1. chore: Add @ts-ignore for process.env values. See the PR.

    Signed-off-by: Jeff Thompson <[email protected]>
    jefft0 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f8ee583 View commit details
    Browse the repository at this point in the history
  2. chore: In types.ts, add NetworkMetainfo and GnoAccount. Fix imports. …

    …See the PR.
    
    Signed-off-by: Jeff Thompson <[email protected]>
    jefft0 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6531129 View commit details
    Browse the repository at this point in the history
  3. chore: In transport_web, ignore ts:check errors for declaration file …

    …in imported modules
    
    Signed-off-by: Jeff Thompson <[email protected]>
    jefft0 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8d9e559 View commit details
    Browse the repository at this point in the history
  4. chore: In transport_web forEach, declare "any" type of key, value to …

    …make ts:check happy
    
    Signed-off-by: Jeff Thompson <[email protected]>
    jefft0 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c39c9bd View commit details
    Browse the repository at this point in the history
  5. chore: In Makefile, add target ts_check. Use it to make node_modules.…

    … See the PR.
    
    Signed-off-by: Jeff Thompson <[email protected]>
    jefft0 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3361dfa View commit details
    Browse the repository at this point in the history