UNPKG

keap-client

Version:

A client to work with Infusionsoft/Keap API.

7 lines 156 B
/** @type {import('ts-jest').JestConfigWithTsJest} **/ module.exports = { testEnvironment: "node", transform: { "^.+.tsx?$": ["ts-jest",{}], }, };