-
Notifications
You must be signed in to change notification settings - Fork 949
Open
Description
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