Warn when tsconfig.json extends a file that contains references
#61223
Labels
Declined
The issue was declined as something which matches the TypeScript vision
Suggestion
An idea for TypeScript
π Search Terms
tsconfig, extends, references
π Version & Regression Information
This is intended behaviour according to https://www.typescriptlang.org/tsconfig/#extends
β― Playground Link
No response
π» Code
// Your code here
π Actual behavior
I spent 2 days trying to get tsconfig.json file inheritance working with
references
. Then I found in the manual:There was no warning in the command line when I was trying to extend a tsconfig.json file that contained
references
- instead it was just silently ignored.π Expected behavior
Should log a warning when extending a tsconfig.json file that contains
references
. This warning should explain thatreferences
are not inherited so therefore will be ignoredAdditional information about the issue
No response
The text was updated successfully, but these errors were encountered: