Allow raw typedocOptions (#372)

This commit is contained in:
Jeremy Danyow
2017-01-04 23:05:40 -05:00
committed by Blake Embrey
parent ea11d50d80
commit 32acc38a03

View File

@@ -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);
}
}
}