Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: initial typescript setup #580

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

GV14982
Copy link
Contributor

@GV14982 GV14982 commented Mar 5, 2025

Pull Request

Change Summary

Initial Typescript setup. Next steps are to start prioritizing what parts of the application share common logic, data, and types and group them for easier migration.

Change Reason

Typescript can go a long way of catching some hard to debug issues with JS. It also improves the tooling by giving us better autocomplete and overall lets our software be more robust.

Related Issue: #578

@GV14982 GV14982 linked an issue Mar 5, 2025 that may be closed by this pull request
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Initial Typescript Setup
1 participant