You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
changed the title
Typescript 5: import .nuxt/tsconfig.json for nuxt apps
TypeScript 5: import .nuxt/tsconfig.json for nuxt apps
Feb 20, 2023
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:
The text was updated successfully, but these errors were encountered: