UNPKG
zdpjs_webrtc
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
基于easyrtc二次开发的webrtc框架
github.com/zhangdapeng520/zdpjs_webrtc
zhangdapeng520/zdpjs_webrtc
zdpjs_webrtc
/
typescript_support
/
demo
/
tsconfig.json
13 lines
•
259 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"ES6"
,
"lib"
:
[
"dom"
,
"es6"
,
"scripthost"
]
,
"outDir"
:
"./"
,
"module"
:
"amd"
,
"noImplicitReturns"
:
true
}
,
"files"
:
[
"exercise_easyrtc_d_ts.ts"
,
"exercise_easyrtc_ft_d_ts.ts"
]
}