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 4d59481 commit 7674b0fCopy full SHA for 7674b0f
packages/shared/ds-component-coverage/src/core.config.ts
@@ -7,7 +7,7 @@ import { getAngularDsUsageCategoryRefs } from './lib/utils.js';
7
export async function dsComponentUsagePluginCoreConfig({
8
directory,
9
dsComponents,
10
-}: DsComponentUsagePluginConfig) {
+}: DsComponentUsagePluginConfig): Promise<CoreConfig> {
11
return {
12
plugins: [
13
angularDsUsagePlugin({
0 commit comments