/** @type {import('jest').Config} */ module.exports = { rootDir: "src", testEnvironment: "node", testRegex: ".*\\.spec\\.ts$", transform: { "^.+\\.ts$": "ts-jest" }, };