Skip to content

Add TypeScript strict mode and enable all strict checks #55

@big14way

Description

@big14way

Ensure the SDK compiles cleanly with all TypeScript strict checks enabled.

Acceptance Criteria:

  • Enable all strict options in tsconfig: strictNullChecks, strictFunctionTypes, etc.
  • Fix any resulting type errors
  • Add noUncheckedIndexedAccess
  • Verify all exports maintain correct types

Files: tsconfig.json, src/*.ts

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions