UNPKG
@babblevoice/projectrtp
Version:
latest (2.6.2)
2.6.2
2.6.1
2.6.0
2.5.38
2.5.35
2.5.34
2.5.31
2.5.30
2.5.29
2.5.28
2.5.26
2.5.25
2.5.22
2.5.20
2.4.17
2.4.16
2.4.15
2.4.12
2.4.11
2.4.10
2.4.9
2.4.8
2.4.5
2.4.3
2.4.2
2.4.1
2.4.0
2.3.8
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.13
2.2.12
2.2.11
2.2.10
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
1.0.1
1.0.0
A scalable Node addon RTP server
github.com/babblevoice/projectrtp
babblevoice/projectrtp
@babblevoice/projectrtp
/
jsconfig.json
10 lines
•
259 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"module"
:
"commonJS"
,
"target"
:
"es6"
,
"moduleResolution"
:
"node"
,
"checkJs"
:
true
}
,
"include"
:
[
"index.js"
,
"lib/*.js"
,
"test/interface/*.js"
,
"test/mock/*.js"
,
"stress/*.js"
]
,
"exclude"
:
[
"node_modules"
]
}