landenf / Settlers-of-Catan

Multiplayer Online version of Settlers of Catan
https://catan-4dea2.web.app
2 stars 0 forks source link

Setup Typscript #35

Open landenf opened 4 months ago

landenf commented 4 months ago

TypeScript allows us to easily pass types between our frontend and backend, streamlining the casting process between the two. Besides that, I just like working with strongly typed languages, so we're moving our architecture over into using typescript.