herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame^] | 1 | { |
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 | } |