blob: 5d6e74825b479d8b6e6aeed285a3080d731fe53d [file] [log] [blame]
herberte6d0d672019-12-14 01:05:47 +01001{
2 "moduleFileExtensions": [
3 "ts",
4 "tsx",
5 "js",
6 "jsx"
7 ],
8 "moduleNameMapper": {
9 "^@odlux/framework$": "<rootDir>/framework/src",
10 "^@odlux/(.*)$": "<rootDir>/apps/$1/src"
11 },
12 "transform": {
13 "^.+\\.(ts|tsx)$": "ts-jest"
14 },
15 "testMatch": [
16 "**/*-test.(ts|tsx)"
17 ]
18}