Nuxt3のリリースバージョン( 3.0.0 )にしたら nuxt-socket-io は最新版 3.0.12 にする nuxt.config.ts の書き方が変わる export default defineNuxtConfig({ runtimeConfig: { public: { io: { sockets: [ { name: "test", ... }, ], }, firebaseConfig: ..., }, }, Type '{ io: NuxtSocketIoRuntimeOptions; firebaseConfig: ... }' is not assignable to type '{ io: NuxtSocketIoRuntimeOptions; }'. Object literal may only specify known properties, and