UNPKG

@cardano-foundation/cardano-verify-datasignature

Version:

A lightweight typescript library to verify a cip30 datasignature for browser and nodejs

7 lines (6 loc) 206 B
module.exports = { transform: { '^.+\\.ts?$': 'ts-jest' }, testEnvironment: 'node', testRegex: './*\\.(test|spec)?\\.(ts|tsx)$', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], };