-
Notifications
You must be signed in to change notification settings - Fork 0
Re-enable type checking and tighten test typings #84
Copy link
Copy link
Open
Labels
area:typescriptTypeScript and type safetyTypeScript and type safetyenhancementNew feature or requestNew feature or requestpriority:mediumImportant but not urgentImportant but not urgentstatus:approvedApproved for implementationApproved for implementationstatus:needs-reviewNeeds maintainer reviewNeeds maintainer review
Milestone
Metadata
Metadata
Assignees
Labels
area:typescriptTypeScript and type safetyTypeScript and type safetyenhancementNew feature or requestNew feature or requestpriority:mediumImportant but not urgentImportant but not urgentstatus:approvedApproved for implementationApproved for implementationstatus:needs-reviewNeeds maintainer reviewNeeds maintainer review
Context
Project messaging says type-safe, but Nuxt config currently has
typescript.typeCheck = false. Several tests rely on broad@ts-expect-errorusage.Problem
Type regressions can pass unnoticed and reduce maintainability.
Proposed Solution
typeCheckinnuxt.config.ts(or introduce phased gate if immediate enablement fails).@ts-expect-errorin tests by improving typings/mocks.Acceptance Criteria
@ts-expect-errorNotes
If full activation is too disruptive, ship phased targets with deadlines.