/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', transform: { '.': [ 'ts-jest', { tsconfig: 'tsconfig.jest.json' } ] }, globalSetup: './jest.setup.ts' };