module.exports = { "roots": [ "./dist" ], "transform": { "^.+\\.ts$": "ts-jest", "^.+\\.js$": "babel-jest", }, }