nuxtlabs / nuxt-component-meta

Gather Nuxt components metadata on build time and make them available on production.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slot detection

farnabaz opened this issue · comments

Seems that removing tsconfig broke slot detection.

We can use

extends: `${nuxt.options.rootDir}/tsconfig.json`,

but it may fail if it does not exist

Every nuxt project has tsconfig in their root dir, so I think it should be safe to add this.