{ "moduleFileExtensions": ["ts", "js", "json"], "rootDir": ".", "testEnvironment": "node", "preset": "ts-jest", "transform": { "^.+\\.(t|j)s$": "ts-jest" }, "testMatch": ["**/?(*.)+(spec|test).ts"], "moduleNameMapper": { "^@/(.*)$": "/src/$1" }, "globals": { "ts-jest": { "tsconfig": "/tsconfig.json" } } }