-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
DarshK25/good-first-issue
#1Description
Issue: npm run build fails due to missing TypeScript types for UserProfile.
Steps to Reproduce:
- Clone repo
- Run
npm install - Run
npm run build
Expected Behavior: Successful build.
Actual Behavior: Compilation error: Cannot find type definition for 'UserProfile'.
Suggested Fix: Add a UserProfile.d.ts in /types or update the tsconfig.json to include it.
Metadata
Metadata
Assignees
Labels
No labels