diff --git a/packages/wxt/src/types.ts b/packages/wxt/src/types.ts index b1ef253b..f0c1f366 100644 --- a/packages/wxt/src/types.ts +++ b/packages/wxt/src/types.ts @@ -200,7 +200,7 @@ export interface InlineConfig { * * @example * [ - * "coverage", // Ignore the coverage directory in the `sourcesRoot` + * "coverage", // Include the coverage directory in the `sourcesRoot` * ] */ includeSources?: string[]; @@ -213,7 +213,7 @@ export interface InlineConfig { * * @example * [ - * "coverage", // Include the coverage directory in the `sourcesRoot` + * "coverage", // Ignore the coverage directory in the `sourcesRoot` * ] */ excludeSources?: string[];