import type { Config } from 'jest'; export default { testEnvironment: "node", transform: { "^.+.tsx?$": ["ts-jest", { tsconfig: 'test/tsconfig.json' }], }, } as Config;