DenysAshikhin / gameplay-planner

https://gameplayplanner.com/
4 stars 6 forks source link

Migrating all javascript files to typescript files #33

Closed tyr0wl closed 3 months ago

tyr0wl commented 3 months ago

First leg work in adding proper typescript support to the project. Most errors/missing types are just any'd away for now, to fix properly later. For now, priority was to get the build mostly error free (note: errors in typescript do not necessarily prevent emitting js). Almost all changes are non-functional, not changing the function of the app.

DenysAshikhin commented 3 months ago

Done, looks fine and works!