A project can have multiple configs for different release types (alpha, release candidate, stable). While .js configs can extend other configs by requiring/importing and spreading them into the default export, it would make sense to implement extends config key for json config files.
A project can have multiple configs for different release types (alpha, release candidate, stable). While .js configs can extend other configs by requiring/importing and spreading them into the default export, it would make sense to implement
extendsconfig key for json config files.