diff --git a/packages/wxt/src/types.ts b/packages/wxt/src/types.ts index ebcacaa5..e384718c 100644 --- a/packages/wxt/src/types.ts +++ b/packages/wxt/src/types.ts @@ -906,6 +906,11 @@ export interface ConfigEnv { export type WxtCommand = 'build' | 'serve'; +/** + * @deprecated Use `WebExtConfig` instead. + */ +export type ExtensionRunnerConfig = WebExtConfig; + /** * Options for how [`web-ext`](https://github.com/mozilla/web-ext) starts the browser. */