{
    "transform": { "^.+\\.(t|j)sx?$": "ts-jest" },
    "testRegex": "(/tests/.*\\.test)\\.(jsx?|tsx?)$",
    "moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
}