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.
1 parent f20a2f0 commit 367912bCopy full SHA for 367912b
src/lib/utils/options/readers/tsconfig.ts
@@ -82,10 +82,6 @@ export class TSConfigReader extends OptionsComponent
82
delete compilerOptions[key];
83
}
84
85
- _.merge(event.data, compilerOptions);
86
-
87
- if ("typedocOptions" in data) {
88
- _.merge(event.data, data.raw.typedocOptions);
89
- }
+ _.defaults(event.data, data.raw.typedocOptions, compilerOptions);
90
91
0 commit comments