Avoid implicit any in TypeScript files
Open
- Dominant language
- TypeScript
- Stars
- 80
- Forks
- 34
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 36
Description
We should aim to enable `"noImplicitAny": true` in our tsconfig. Without it, we have a lot of type-unsafe code (1140 errors in 273 files at the moment !!!)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.