Skip to content

Chore/ts strict mode#339

Merged
RUKAYAT-CODER merged 2 commits into
rinafcode:mainfrom
mijinummi:chore/ts-strict-mode
Apr 24, 2026
Merged

Chore/ts strict mode#339
RUKAYAT-CODER merged 2 commits into
rinafcode:mainfrom
mijinummi:chore/ts-strict-mode

Conversation

@mijinummi

Copy link
Copy Markdown
Contributor

Pull Request: Enable TypeScript Strict Mode

Overview

This PR implements issue #327 TypeScript Strict Mode.
It enables strict type checking in tsconfig.json and fixes type errors across the backend.


Changes Introduced

  • Enabled strict mode in tsconfig.json.
  • Added explicit return types to functions.
  • Replaced any with proper types.
  • Fixed null/undefined handling.
  • Updated interfaces for consistency.

Acceptance Criteria ✅

  • Strict mode enabled
  • Type errors fixed
  • Functions have return types
  • Code compiles cleanly

Contribution Notes

@RUKAYAT-CODER RUKAYAT-CODER merged commit f4ed646 into rinafcode:main Apr 24, 2026
3 of 7 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.

TypeScript Strict Mode

2 participants