Skip to content

Conversation

@AlexanderKolberg
Copy link
Contributor

• Update templates and examples to strict up type checking via @tsconfig/strictest
• Fix error class constructors to handle optional properties correctly with exactOptionalPropertyTypes
• Add non-null assertions for array access in server route parsing

@AlexanderKolberg AlexanderKolberg changed the title Tsconf strictest Stricter TypeScript Oct 22, 2025
Comment on lines -238 to -242
name: string
code: number
message: string
status: number
cause?: string
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are removed since they already are on the error object

@AlexanderKolberg AlexanderKolberg marked this pull request as ready for review October 22, 2025 14:42
Copy link
Contributor

@VojtechVitek VojtechVitek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pkieltyka pkieltyka merged commit af334d1 into master Oct 22, 2025
1 check passed
@pkieltyka pkieltyka deleted the tsconf-strictest branch October 22, 2025 16:59
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.

3 participants