lingdojo/kana-dojo
Good First Issues in TypeScript
TypeScript projects are great for beginners because the type system documents intent โ the compiler often tells you exactly what a fix needs.
24+ open beginner issues
17 repositories
June 27, 2026 last updated
Open TypeScript issues for beginners
spxmiguel/SpxOpenCode
docs: add screenshot or gif of SpxStatusBar to README
fecommunity/reactpress
Suggestions & Help
lingdojo/kana-dojo
[Good First Issue] ๐ฅข Add new Japan Fact 22 - Beginner-Friendly Open-source Contribution
Aakif-Kohari/CogniPipe
chore(packages): add engines field to all package.json files in packages/ and nodes/
gissen-dev/gissen
[Docs] Add a "Quickstart" worked example to the docs
gissen-dev/gissen
[Tests] Unit-test the tree-traversal utilities
KSS-IT-Committee/2026-sousakuten-equipment-management
The UI when borrowing equipments
kubestellar/console
๐ 244 test failure(s) in Coverage Suite run #3936
spxmiguel/SpxOpenCode
feat: SpxSkills v2 โ community-contributed skills
saneshmotichande13-wq/caddieos-gamification-framework
Add a React hook / Vue composable example for consuming the framework in a web UI
saneshmotichande13-wq/caddieos-gamification-framework
Publish to npm as @caddieos/gamification-framework
BuidlZone-Labs/zicket-backend
Fix NoSQL Injection Vulnerability in Authentication Controllers.
LabsCrypt/remitlend
[Infra] Add frontend/.dockerignore so COPY . . does not bake node_modules and .env into the image
BuidlZone-Labs/zicket-backend
Broken Access Control (IDOR) in Media Destruction.
Heliobond/frontend
Add a token for the AmountInput display numeral size
freeCodeCamp/freeCodeCamp
Form Validation quiz: confusing questions #2 and #8 about checkValidity() and more
enegalan/runspace
Meta-issue: Support a LOT of new programming languages & frameworks
BrainTease/Brain-Storm
[Refactor] Centralise Configuration & Environment Validation
BrainTease/Brain-Storm
[Refactor] Consolidate Validation Schemas
SoroStream/sorostream-sdk
Improve test coverage for edge cases in vesting logic
SoroStream/sorostream-sdk
Add integration tests covering the full stream lifecycle
Blue-Kollar/Blue-Collar
[Testing] Database Migration Tests
StellarDevHub/Web3-Student-Lab
[Frontend] Design Contract Verification Tool for Platform Infrastructure
How to contribute to a TypeScript project
Run the install command, then the build/typecheck script (often `npm run build` or `tsc --noEmit`) so you can see type errors as you work.
- Let the compiler guide you โ a red squiggle usually points straight at the change required.
- Avoid `any`; maintainers will ask you to type things properly in review.
- Small typing-improvement issues are an ideal first contribution.
Track these TypeScript issues and get AI-matched
Sign up free to bookmark issues, track your pull requests, and get AI-picked matches for your exact skill level.
Start contributing โ it's free
FirstIssue.dev