UNPKG
@tonkite/tlb-parser
Version:
latest (0.2.0)
0.2.0
Parse TL-B syntax into TypeScript objects
github.com/tonkite/tlb-parser
tonkite/tlb-parser
@tonkite/tlb-parser
/
jest.config.js
6 lines
(5 loc)
•
124 B
JavaScript
View Raw
1
2
3
4
5
6
/**
@type
{import('ts-jest').JestConfigWithTsJest} */
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, };