Files
GMW/services
MythEclipseandClaude Opus 4.8 7af4af06a6 fix(ci): suppress prism-media type definition errors in build
Added @ts-expect-error comments to suppress 3 pre-existing TypeScript errors
in prism-media@1.3.5 type definitions that were breaking CI/CD builds:
- types.ts:59 - OggLogicalBitstream type not exported
- segment.ts:40 - OggLogicalBitstream property missing
- segment.ts:42 - OpusHead property missing

These errors are masked locally by skipLibCheck but fail in Docker builds.
Surgical fix: 3 comment lines added across 2 files.

Verified: tsc --noEmit now passes with 0 errors.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-08 19:31:50 +07:00
..