jossi87 / climbing-web

React webpage for https://buldreinfo.com and https://brattelinjer.no
https://brattelinjer.no
GNU General Public License v3.0
18 stars 7 forks source link

chore: Fix more TypeScript strict mode errors #156

Closed evancharlton closed 3 months ago

evancharlton commented 3 months ago

Continue the march towards TypeScript strictness by enabling strict: true in tsconfig.json, doing a build, and then fixing some errors.

This focused on the Sector component, and spiraled a little bit from there.

More to come in future PRs.