buskerudbyen / cycling-norway

3 stars 2 forks source link

TypeScript #119

Closed michaeljohansen closed 4 months ago

michaeljohansen commented 4 months ago

Rewrites the whole frontend to TypeScript.

Important to note that this is not a perfect TypeScript solution, it is just a first version (and I don't have the time in this project to do more for now). So there are a few // @ts-ignore and // @ts-expect-error instances in here.

Still, this is a huge leap forward in regards to our editors helping us with types! 🎉

Resolves #118