We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56eccf2 commit 367f782Copy full SHA for 367f782
core-build/gulp-core-build/src/tasks/GulpTask.ts
@@ -106,7 +106,7 @@ export abstract class GulpTask<TTaskConfig> implements IExecutable {
106
* Do not use this function if the configuration contains complex objects that cannot be merged.
107
* @param taskConfig - configuration settings which should be applied
108
*/
109
- public mergeConfig(taskConfig: TTaskConfig): void {
+ public mergeConfig(taskConfig: Partial<TTaskConfig>): void {
110
/* tslint:disable:typedef */
111
const merge = require('lodash.merge');
112
/* tslint:enable:typedef */
0 commit comments