UNPKG
@aicacia/peer
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
simple peer to peer for webrtc
github.com/aicacia/ts-peer
aicacia/ts-peer
@aicacia/peer
/
tsconfig.esm.json
10 lines
(9 loc)
•
150 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"module"
:
"ESNext"
,
"outDir"
:
"esm"
,
"declarationDir"
:
null
,
"declaration"
:
false
}
}