From 16fc58404af1a853805ec6ea44f2f2fa535cee77 Mon Sep 17 00:00:00 2001 From: Aaron Date: Sat, 30 Mar 2024 08:37:00 -0500 Subject: [PATCH] docs: Fix `zip.includeSources` example --- src/types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[];