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! 🎉
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