{
  "roots": ["<rootDir>/src/"],
  "transform": {
    "\\.tsx?$": "ts-jest"
  },
  "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
  "moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
}
