We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
typedocOptions
1 parent ea11d50 commit 32acc38Copy full SHA for 32acc38
src/lib/utils/options/readers/tsconfig.ts
@@ -85,7 +85,7 @@ export class TSConfigReader extends OptionsComponent
85
_.merge(event.data, compilerOptions);
86
87
if ("typedocOptions" in data) {
88
- _.merge(event.data, data.typedocOptions);
+ _.merge(event.data, data.raw.typedocOptions);
89
}
90
91
0 commit comments