UNPKG

@adorsys-gis/did-resolver-lib

Version:

A library or tool that allows applications to resolve Decentralized Identifiers (DIDs) into their corresponding DID Documents.

9 lines (8 loc) 211 B
/** @type {import('ts-jest').JestConfigWithTsJest} **/ export default { testEnvironment: 'node', testPathIgnorePatterns: ['/node_modules/', '/dist/'], transform: { '^.+.ts?$': ['ts-jest', {}], }, };