UNPKG

ts-checker-rspack-plugin

Version:

Runs typescript type checker and linter on separate process.

8 lines (7 loc) 139 B
interface FilesMatch { files: string[]; dirs: string[]; excluded: string[]; extensions: string[]; } export { FilesMatch };