Skip to content

馃敡 Fix TypeScript strict mode errors#176

Description

@jobbykings

Summary

Enabling TypeScript strict mode reveals numerous type errors that should be fixed to improve code quality.

Tasks

  • Enable strict: true in tsconfig.json
  • Fix all resulting type errors
  • Add noUncheckedIndexedAccess and exactOptionalPropertyTypes
  • Update CI to fail on type errors

Acceptance Criteria

  • tsc --noEmit passes with strict mode enabled
  • No any types introduced as workarounds

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions