docs: Fix zip.includeSources example

This commit is contained in:
Aaron
2024-03-30 08:37:00 -05:00
parent 28c7e7d9ed
commit 16fc58404a
+1 -1
View File
@@ -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[];