import type { Config } from 'jest' const config: Config = { preset: 'ts-jest', roots: ['/src'] } export default config