配置文件 (运行时)
nuxt.config.ts
import { NuxtConfig } from '@nuxt/types'
const config: NuxtConfig = {
// 在编写配置文件时,使用自动完成以及类型检查
}
export default config