import { Config } from 'jest' const config: Config = { preset: 'ts-jest', testEnvironment: 'node', testPathIgnorePatterns: ['/dist', '/test.js', '/src/test.ts'] } export default config