When running npx nuxi typecheck in Nuxt3, the following error occurred.

nuxOtb.jceocntfilgi.ttesr:a1l6:m3ay-oenrlryorspTeSc2i3f4y5:knAorwgnumpernotpeorftiteysp,ea'n{da'p"pa:pp{"'badsoeeUsRLn:otsterxiinsgt;i}n;tryupneti'mIenCpountfCiogn:fi{g<pNuubxltiCco:nf{igt,okCeonn:fisgtLraiynegr;Me}t;a>}';.typescript:{strict:boolean;};}'isnotassignabletoparameteroftype'InputConfig<NuxtConfig,ConfigLayerMeta>'.

As a solution, as described in the following documentation, it was necessary to install two libraries.

https://nuxt.com/docs/api/commands/typecheck

nnppmmii--DDtvyupee-stcsrcipt

The following may be a related issue.

https://github.com/nuxt/nuxt/issues/20906

I hope this serves as a helpful reference for anyone experiencing the same issue.