UNPKG

@humanlayer/sdk

Version:

typescript client for humanlayer.dev

9 lines (8 loc) 213 B
/** @type {import('ts-jest').JestConfigWithTsJest} **/ module.exports = { testEnvironment: 'node', transform: { '^.+.tsx?$': ['ts-jest', {}], }, testPathIgnorePatterns: ['/node_modules/', '/dist/'], }