UNPKG

@keystonehq/hw-app-base

Version:

The base library of Keystone hardware wallet usb support

9 lines (8 loc) 212 B
const { transform } = require("typescript"); module.exports = { preset: 'ts-jest', testEnvironment: 'node', transform: { '^.+\\.(ts|tsx)$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.json' }], }, };