Allow raw typedocOptions (#372)
This commit is contained in:
committed by
Blake Embrey
parent
ea11d50d80
commit
32acc38a03
@@ -85,7 +85,7 @@ export class TSConfigReader extends OptionsComponent
|
||||
_.merge(event.data, compilerOptions);
|
||||
|
||||
if ("typedocOptions" in data) {
|
||||
_.merge(event.data, data.typedocOptions);
|
||||
_.merge(event.data, data.raw.typedocOptions);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user