fix(core): accept deprecated reference config key (#31659)
This commit is contained in:
@@ -1931,6 +1931,9 @@ export type Config = {
|
||||
references?: {
|
||||
[key: string]: string | ConfigV2ReferenceGit | ConfigV2ReferenceLocal
|
||||
}
|
||||
reference?: {
|
||||
[key: string]: string | ConfigV2ReferenceGit | ConfigV2ReferenceLocal
|
||||
}
|
||||
watcher?: {
|
||||
ignore?: Array<string>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user