snapshot-labs/snapshot-hub

Better Typescript Coverage

Open

#271 opened on Feb 23, 2022

 (2 comments) (2 reactions) (2 assignees)TypeScript (188 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (103 stars)
PR merge metrics
 (PR metrics pending)

Description

Hub has very less ts coverage making it very prone to bugs that can be caused when doing changes.

Start off by changing noImplicitAny: true in tsconfig and work your way to adding types to all the files in the codebase.

Contributor guide