mirror of
https://github.com/zoriya/v10.git
synced 2026-08-06 06:07:56 +00:00
- Update TypeScript moduleResolution from "node" to "bundler" in base config - Remove 5 @ts-ignore directives for context-protocol import resolution - All HTML packages now import @open-wc/context-protocol without type errors - Builds and type checking continue to work correctly - Eliminates need for type suppression comments in critical components Files affected: - tsconfig.base.json: Updated module resolution strategy - html-media-elements/src/media-provider.ts: Removed @ts-ignore - html/src/media-provider.ts: Removed @ts-ignore - html/src/media-container.ts: Removed @ts-ignore - html/src/components/connected/media-play-button.ts: Removed @ts-ignore - html/src/components/connected/media-mute-button.ts: Removed @ts-ignore 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>