Skip to content

Commit 32acc38

Browse files
jdanyowblakeembrey
authored andcommitted
Allow raw typedocOptions (#372)
1 parent ea11d50 commit 32acc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils/options/readers/tsconfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export class TSConfigReader extends OptionsComponent
8585
_.merge(event.data, compilerOptions);
8686

8787
if ("typedocOptions" in data) {
88-
_.merge(event.data, data.typedocOptions);
88+
_.merge(event.data, data.raw.typedocOptions);
8989
}
9090
}
9191
}

0 commit comments

Comments
 (0)