import type { Config } from 'jest'; export default { displayName: 'ESLint', rootDir: '../../', runner: 'eslint', testMatch: ['src/**/*.ts', 'internal/**'], } as Config;