Migration to TypeScript #135

Open
opened 2026-07-22 14:09:25 +02:00 by jakob.scheid · 0 comments
Owner

Migrate all JavaScript code to TypeScript as it is more future-proof and scales better. In addition, errors can be detected more quickly with TypeScript because type errors are not discovered at runtime; if a type error exists, the compilation fails entirely.

Migrate all JavaScript code to TypeScript as it is more future-proof and scales better. In addition, errors can be detected more quickly with TypeScript because type errors are not discovered at runtime; if a type error exists, the compilation fails entirely.
jakob.scheid added this to the 0.2.0 milestone 2026-07-22 14:09:25 +02:00
jakob.scheid added the Kind/ChoreArea/GlobalCompat/Breaking
Priority
Medium
3
labels 2026-07-22 14:09:25 +02:00
jakob.scheid added this to the Project Board project 2026-07-22 14:09:25 +02:00
jakob.scheid changed title from Migrate to TypeScript to Migration to TypeScript 2026-07-22 14:10:12 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Seekra/frontend#135