blob: 5d6e74825b479d8b6e6aeed285a3080d731fe53d [file] [log] [blame]
{
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx"
],
"moduleNameMapper": {
"^@odlux/framework$": "<rootDir>/framework/src",
"^@odlux/(.*)$": "<rootDir>/apps/$1/src"
},
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
"testMatch": [
"**/*-test.(ts|tsx)"
]
}