{ "moduleFileExtensions": ["js", "json", "ts"], "rootDir": "..", "testEnvironment": "node", "testMatch": ["**/test/**/*.integration.spec.ts"], "transform": { "^.+\\.(t|j)s$": "ts-jest" }, "moduleNameMapper": { "^src/(.*)$": "/src/$1" } }