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