UNPKG

nuxt

Version:

Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.

9 lines (6 loc) 357 B
import type { ConfigLayerMeta, DefineConfig } from 'c12' import type { NuxtConfig } from 'nuxt/schema' export { NuxtConfig } from 'nuxt/schema' // eslint-disable-next-line @typescript-eslint/no-empty-object-type export interface DefineNuxtConfig extends DefineConfig<NuxtConfig, ConfigLayerMeta> {} export declare const defineNuxtConfig: DefineNuxtConfig