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
/
tsconfig.build.json
5 lines
(4 loc)
•
80 B
JSON
View Raw
1
2
3
4
5
{
"extends"
:
"./tsconfig.json"
,
"exclude"
:
[
"dist/*/**"
,
"tests/**/*.ts"
]
}