TechDocs: Suppress ts error of config not being used

This commit is contained in:
Himanshu Mishra
2021-01-28 18:39:39 +01:00
parent 0ed9d03c21
commit 5d94132bf9
@@ -55,6 +55,7 @@ export class LocalPublish implements PublisherBase {
// Move the logic of setting staticDocsDir based on config over to fromConfig,
// and set the value as a class parameter.
constructor(
// @ts-ignore
private readonly config: Config,
private readonly logger: Logger,
private readonly discovery: PluginEndpointDiscovery,