"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const config = {
roots: ['<rootDir>/lib/', '<rootDir>/test/'],
preset: 'ts-jest',
testEnvironment: 'node',
};
exports.default = config;
//# sourceMappingURL=jest.config.js.map