From aad17c8d261777fc2850e5efae74274df6c75126 Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 28 Nov 2024 00:23:35 -0600 Subject: [PATCH] chore: Fix type errors --- packages/wxt/src/core/utils/content-scripts.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/wxt/src/core/utils/content-scripts.ts b/packages/wxt/src/core/utils/content-scripts.ts index 93f00d8a..41615825 100644 --- a/packages/wxt/src/core/utils/content-scripts.ts +++ b/packages/wxt/src/core/utils/content-scripts.ts @@ -62,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,