diff --git a/src/types/index.ts b/src/types/index.ts index 23a49b94..b1768416 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -173,7 +173,7 @@ export interface InlineConfig { * * @example * [ - * "coverage", // Ignore the coverage directory in the `sourcesRoot` + * "coverage", // Include the coverage directory in the `sourcesRoot` * ] */ excludeSources?: string[];