export default { transform: { "^.+\\.ts?$": "ts-jest" }, testEnvironment: "node", testRegex: "/tests/.*\\.(test|spec)?\\.(ts|tsx)$", moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], moduleNameMapper: { "^(\\.{1,2}/.*)\\.js$": "$1", }, };