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

Fix TypeScript errors and add missing type declarations #35

Merged
merged 2 commits into from
Feb 13, 2025

Conversation

RyansOpenSauceRice
Copy link
Owner

This PR fixes TypeScript errors by:

  • Adding type declarations for js-yaml (@types/js-yaml)
  • Adding type declarations for testing libraries (@types/testing-library__react and @types/jest)
  • Adding type declarations for zod
  • Fixing implicit "any" type parameters in App.tsx and CameraConfig.tsx
  • Adding proper type annotations for callback functions

All TypeScript errors have been resolved and the code now compiles without any type errors.

@RyansOpenSauceRice RyansOpenSauceRice marked this pull request as ready for review February 13, 2025 03:13
@RyansOpenSauceRice RyansOpenSauceRice merged commit 025845f into main Feb 13, 2025
1 of 2 checks passed
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.

2 participants