UNPKG

unlighthouse

Version:

Delightfully scan your entire website with Google Lighthouse. Navigate your performance, accessibility and SEO.

8 lines (5 loc) 320 B
import type { UserConfig } from '@unlighthouse/core' import type { ConfigLayerMeta, DefineConfig } from 'c12' export { UserConfig } from 'nuxt/schema' export interface DefineUnlighthouseConfig extends DefineConfig<UserConfig, ConfigLayerMeta> {} export declare const defineUnlighthouseConfig: DefineUnlighthouseConfig