File: frontend/tsconfig.json
Task: tsconfig.json currently has "exclude": ["node_modules", "__tests__"], so test files are never type-checked. Remove "__tests__" from exclude and fix any type errors that surface in the existing five test files.
Acceptance: npx tsc --noEmit passes with tests included.
This is a good first issue — self-contained and independent of every other open issue. Comment to be assigned before starting. Please open one PR per issue.
File:
frontend/tsconfig.jsonTask:
tsconfig.jsoncurrently has"exclude": ["node_modules", "__tests__"], so test files are never type-checked. Remove"__tests__"fromexcludeand fix any type errors that surface in the existing five test files.Acceptance:
npx tsc --noEmitpasses with tests included.This is a good first issue — self-contained and independent of every other open issue. Comment to be assigned before starting. Please open one PR per issue.