{
  "globals": {
    "ts-jest": {
      "tsConfig": "src/config/tsconfig.json"
    }
  },
  "moduleFileExtensions": [
    "ts",
    "tsx",
    "js"
  ],
  "transform": {
    "\\.(ts|tsx)$": "ts-jest"
  },
  "testRegex": "__tests__/.*\\.(ts|tsx|js)$"
}
