{ "moduleFileExtensions": ["js", "json", "ts"], "rootDir": ".", "testEnvironment": "node", "testRegex": ".e2e-spec.ts$", "transform": { "^.+\\.(t|j)s$": "ts-jest" }, "moduleNameMapper": { "^@domain/(.*)$": "/../src/domain/$1", "^@application/(.*)$": "/../src/application/$1", "^@infrastructure/(.*)$": "/../src/infrastructure/$1" } }