UNPKG

js-lnurl

Version:

tools for doing lnurl stuff in a lightning wallet.

8 lines 190 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', transform: { '^.+\\test.ts?$': 'ts-jest', }, transformIgnorePatterns: ['<rootDir>/node_modules/'], };