DX: Enable TypeScript strict mode across all packages #331
Labels
No labels
auto-merged
ci
failed
component
api
good first issue
has-pr
help wanted
idea
priority
critical
priority
high
priority
low
priority
medium
review
approved
review
commented
status
blocked
status
in-progress
status
needs-review
status
ready
type
bug
type
chore
type
docs
type
enhancement
type
feature
type
refactor
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
customable/claude-mem#331
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
TypeScript-Strict-Mode ist aktuell nicht aktiviert → potenzielle Runtime-Errors.
UPDATE:
strict: trueist bereits intsconfig.base.jsonaktiviert. Alle 8 Packages kompilieren fehlerfrei mitpnpm typecheck. CI führtpnpm typecheckaus.Acceptance Criteria
strict: truein tsconfig.base.json// @ts-ignore(nur@ts-expect-errorfalls nötig)pnpm typecheckausPriority
Medium - Bereits implementiert, keine weiteren Änderungen nötig.