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

[WARNING] Base config file "./xxxx.json" forms cycle [tsconfig.json] #3898

Open
m1rn opened this issue Aug 28, 2024 · 0 comments
Open

[WARNING] Base config file "./xxxx.json" forms cycle [tsconfig.json] #3898

m1rn opened this issue Aug 28, 2024 · 0 comments

Comments

@m1rn
Copy link

m1rn commented Aug 28, 2024

If the extends configuration in tsconfig.json is an array, and each item in the array further extends another configuration, it will result in a warning message:

[WARNING] Base config file "./xxxx.json" forms cycle [tsconfig.json]

I believe the expected behavior should be normal without any warnings, as this is also the intended behavior of TypeScript.

reproduction: https://stackblitz.com/edit/stackblitz-starters-mfrto6?file=package.json

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