UNPKG

@layr-labs/agentkit

Version:

Core interfaces and types for EigenLayer AgentKit

10 lines 237 B
/** @type {import('jest').Config} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['**/__tests__/**/*.test.ts'], moduleFileExtensions: ['ts', 'js'], transform: { '^.+\\.ts$': 'ts-jest', }, };