guibulator / nuxt-pagemeta-repro

Reproduction for an issue with module augmentation of PageMeta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reproduction of an issue with augmenting PageMeta from #app

I found out that the issue is not with augmenting #app module but with .nuxt/tsconfig.json included files. For instance for the @sidebase/nuxt-auth path, we have with yarn ../node_modules/@sidebase/nuxt-auth/runtime but it should be ../node_modules/@sidebase/nuxt-auth/dist/runtime. I see that a lot of includes are missing that dist folder.

About

Reproduction for an issue with module augmentation of PageMeta


Languages

Language:TypeScript 64.3%Language:Vue 35.7%