nuxtlabs / nuxt-component-meta

Gather Nuxt components metadata on build time and make them available on production.
69 stars 6 forks source link

Slot detection #39

Closed farnabaz closed 1 year ago

farnabaz commented 1 year ago

Seems that removing tsconfig broke slot detection.

stafyniaksacha commented 1 year ago

We can use

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

but it may fail if it does not exist

farnabaz commented 1 year ago

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