cngJo / nuxt-turborepo

NuxtJS setup based on turborepo
1 stars 0 forks source link

fix: explicit import nuxt types #6

Closed cngJo closed 1 year ago

cngJo commented 1 year ago

This is a workaround for #5, before typescript 5.0.0 is stable. With typescript 5, we should migrate to entierly import .nuxt/tsconfig.json alongside our tsconfig/nuxt.json. Maybe it's even possible to include the nuxt tsconfig in our share nuxt.json.