fix(core): accept deprecated reference config key (#31659)
This commit is contained in:
parent
97e713e8aa
commit
90fb32be30
6 changed files with 69 additions and 2 deletions
|
|
@ -1931,6 +1931,9 @@ export type Config = {
|
|||
references?: {
|
||||
[key: string]: string | ConfigV2ReferenceGit | ConfigV2ReferenceLocal
|
||||
}
|
||||
reference?: {
|
||||
[key: string]: string | ConfigV2ReferenceGit | ConfigV2ReferenceLocal
|
||||
}
|
||||
watcher?: {
|
||||
ignore?: Array<string>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue