[Vuejs]-Intellij Nuxt error: TS2589: Type instantiation is excessively deep and possibly infinite

1👍

Must be a problem with tsc@4.8.4; I was able get rid of the issue by installing typescript@4.9.4: npm i typescript@4.9.4 --save-dev and choosing it instead of 4.8.4 in Settings | Languages & Frameworks | TypeScript

👤lena

Leave a comment