From 3acf49756c1d5307a14b8d26bc85f4c193777345 Mon Sep 17 00:00:00 2001 From: howlettt <1786243+howlettt@users.noreply.github.com> Date: Fri, 8 May 2026 22:35:29 -0600 Subject: [PATCH] chore: remove ts-expect-error that are no longer needed --- packages/wxt/src/core/utils/content-scripts.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/wxt/src/core/utils/content-scripts.ts b/packages/wxt/src/core/utils/content-scripts.ts index b9138b233..16d7ee841 100644 --- a/packages/wxt/src/core/utils/content-scripts.ts +++ b/packages/wxt/src/core/utils/content-scripts.ts @@ -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, };