Open midgerate opened 2 years ago
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.
I'll try some here 🤞🏻
@ChaituVR would you be up for listing all improvements needed? We can separate into individual features and create a milestone for it :thinking:
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.