UNPKG
ebml-stream
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Ebml parser and encoder
github.com/austinleroy/node-ebml
austinleroy/node-ebml
ebml-stream
/
tsconfig.test.json
10 lines
•
142 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"./tsconfig.json"
,
"include"
:
[
"test/**/*.ts"
]
,
"compilerOptions"
:
{
"noEmit"
:
true
,
"rootDir"
:
"."
,
}
}