{ "moduleFileExtensions": [ "ts", "tsx", "js", "jsx" ], "moduleNameMapper": { "^@odlux/framework$": "/framework/src", "^@odlux/(.*)$": "/apps/$1/src" }, "transform": { "^.+\\.(ts|tsx)$": "ts-jest" }, "testMatch": [ "**/*-test.(ts|tsx)" ] }