1234567891011121314151617 |
- {
- "moduleFileExtensions": [
- "js",
- "json",
- "ts"
- ],
- "rootDir": ".",
- "testEnvironment": "node",
- "testRegex": ".e2e-spec.ts$",
- "transform": {
- "^.+\\.(t|j)s$": "ts-jest"
- },
- "moduleNameMapper": {
- "@app/utils/(.*)": "<rootDir>/../libs/utils/src/$1",
- "@app/utils": "<rootDir>/../libs/utils/src"
- }
- }
|