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