chore: remove ts-expect-error that are no longer needed (#2344)

This commit is contained in:
Thomas Howlett
2026-05-10 07:56:57 -06:00
committed by GitHub
parent e6e513a34b
commit 06682a6edc
@@ -31,7 +31,6 @@ export function hashContentScriptOptions(
match_about_blank: false,
run_at: 'document_idle',
all_frames: false,
// @ts-expect-error: Untyped
match_origin_as_fallback: false,
world: 'ISOLATED',
...simplifiedOptions,
@@ -63,7 +62,6 @@ export function mapWxtOptionsToContentScript(
run_at: options.runAt,
css,
js,
// @ts-expect-error: Untyped
match_origin_as_fallback: options.matchOriginAsFallback,
world: options.world,
};