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

chore: initial steps for enforcing Typescript #83

Closed
wants to merge 1 commit into from

Conversation

nicomiguelino
Copy link
Collaborator

@nicomiguelino nicomiguelino commented Jan 2, 2025

Description

We have partially migrated the React components to TypeScript. However, given the current Webpack configuration, the source code is only transpiled. There's no type checking done.

This pull request contains changes to the config so that type checking will be performed.

Prerequisites

  • Do a partial migration of the rest of the JavaScript code (Redux and helper code) to TypeScript.

Checklist

  • I have performed a self-review of my own code.
  • New and existing unit tests pass locally and on CI with my changes.
  • I have tested my changes on Google Chrome.
  • I have tested my changes on Mozilla Firefox.
  • I added a documentation for the changes I have made (when necessary).

@nicomiguelino
Copy link
Collaborator Author

I'll be closing this in favor or #84.

@nicomiguelino nicomiguelino deleted the enforce-typescript branch January 2, 2025 05:51
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.

1 participant