{
    "moduleNameMapper": {
        "^src/(.*)$": "<rootDir>/src/$1",
        "^lib/(.*)$": "<rootDir>/lib/$1",
        "^tests/(.*)$": "<rootDir>/tests/$1",
        "^lodash-es$": "lodash"
    },
    "moduleFileExtensions": ["ts", "js", "gql"],
    "transform": {
        "^.+\\.gql$": "jest-transform-graphql",
        "^.+\\.ts$": "ts-jest",
        "^.+\\.js$": "ts-jest"
    },
    "transformIgnorePatterns": [
        "node_modules/(?!\\.pnpm|uuid)|node_modules/\\.pnpm/(?!(uuid)@)"
    ]
}
