therungg / therun-frontend

Frontend for therun.gg
https://therun-fr-therun.vercel.app
MIT License
26 stars 8 forks source link

Enforce fixing TypeScript warnings #9

Open therungg opened 1 year ago

therungg commented 1 year ago

Right now, there's a bunch of TypeScript warnings that I just ignore. Usually it's no type assigned to a variable.

Ideally, I'd like to not have ignoreBuildErrors set in the next.js config.

shobhitexe commented 1 year ago

Hey is this issue still open i would like to take this

florence-wolfe commented 4 months ago

@shobhitexe there are hundreds of TS errors if you want to open small incremental PRs to address a few a time this would be ideal.

Tackling too many at once is likely to inadvertently introduce some bugs 😅