UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

9 lines (8 loc) 167 B
/** @type {import('jest').Config} */ export default { preset: "ts-jest", testEnvironment: "node", moduleNameMapper: { "(.+)\.js$": "$1", }, };