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