Files
feedstr.live/node_modules/fork-ts-checker-webpack-plugin/lib/reporter/FilesMatch.d.ts
T
2023-11-25 18:12:47 -05:00

8 lines
139 B
TypeScript

interface FilesMatch {
files: string[];
dirs: string[];
excluded: string[];
extensions: string[];
}
export { FilesMatch };