An array of file patterns to be processed. Each pattern can include wildcards (*) to match multiple files.
OptionalOption: { ESBuild?: string; Exclude?: string[]; TypeScript?: string; Watch?: boolean }An optional object that can contain two properties.
OptionalESBuild?: stringA string representing the ESBuild option.
OptionalExclude?: string[]OptionalTypeScript?: stringA string representing the TypeScript option.
OptionalWatch?: boolean
Represents a function that processes file patterns.