Skip to content

Commit

Permalink
docs: corretc jsdocs, close #247, close #248
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 27, 2024
1 parent 8d72560 commit 840fb5d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,12 @@ export interface ClientBundleOptions {

export interface ClientBundleScanOptions {
/**
* Glob patterns or paths to include files for scanning
* Relative to the project root
* Glob patterns or paths to include files for scanning, relative to the project root.
* Plain JavaScript and TypeScript files are not included by default to improve performance.
*
* When specified, the default will be overridden
*
* @default ['**\/*.{vue,js,ts,jsx,tsx,md,mdc,mdx}']
* @default ['**\/*.{vue,jsx,tsx,md,mdc,mdx}']
*/
globInclude?: string[]
/**
Expand Down

0 comments on commit 840fb5d

Please sign in to comment.