Skip to content

Commit

Permalink
docs: Fix zip.includeSources example
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Mar 30, 2024
1 parent 28c7e7d commit 16fc584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[];
Expand Down

0 comments on commit 16fc584

Please sign in to comment.