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