Significant-Gravitas / Significant-Gravitas/AutoGPT
Address TS errors
Open
- Dominant language
- Python
- Stars
- 187k
- Forks
- 46k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 299
Description
Steps
remove;
typescript: {
ignoreBuildErrors: true,
},
from next.config.mjs
run:
npm run build
Various TS errors will show up - we need to go through and fix these
Contributor guide
Research direction
Start in next.config.mjs by removing the typescript.ignoreBuildErrors setting, then run npm run build to collect the TypeScript errors. Trace each reported location and fix the errors across the affected files; done means the build completes without ignoring TypeScript errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- next.js, typescript
- Domain
- build-system, frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100