-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the
extends
configuration intsconfig.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
The text was updated successfully, but these errors were encountered: