cngJo / nuxt-turborepo

NuxtJS setup based on turborepo
1 stars 0 forks source link

TypeScript 5: import `.nuxt/tsconfig.json` for nuxt apps #7

Open cngJo opened 1 year ago

cngJo commented 1 year ago

This is only possible with typescript 5, because we'd still should import our shared tsconfig.json files.

We could use this opportunity to check for (then) duplicate tsconfig settings and eliminate them.


Related issues:

cngJo commented 1 year ago

Maybe we can just extend the nuxt tsconfig in the project and ignore the custom-built tsconfig setup available in the default setup of turorepo. This would make it work before TypeScript 5 hits GA.

cngJo commented 1 year ago

For now, I've just replaced the tsconfig from the apps to just include the tsconfig from nuxt and ignore the shared config for now.