Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cngJo opened this issue Feb 20, 2023 · 2 comments
Open

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

cngJo opened this issue Feb 20, 2023 · 2 comments

Comments

@cngJo
Copy link
Owner

cngJo commented 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:

@cngJo
Copy link
Owner Author

cngJo commented Feb 20, 2023

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 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
cngJo added a commit that referenced this issue Feb 22, 2023
@cngJo
Copy link
Owner Author

cngJo commented Feb 22, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant