設定(ランタイム)
nuxt.config.ts
import { NuxtConfig } from '@nuxt/types' const config: NuxtConfig = { // 自動補完と型判定による設定の定義 } export default config