UNPKG
@livekit/react-native-webrtc
Version:
latest (144.1.1)
144.1.1
144.1.1-beta.0
144.1.0
144.1.0-beta.2
144.1.0-beta.1
144.1.0-beta.0
144.0.0
137.0.3
137.0.2
137.0.1
137.0.0
125.0.12
125.0.11
125.0.10
125.0.9
125.0.8
125.0.7
125.0.6
125.0.5
125.0.4
125.0.3
125.0.2
125.0.1
125.0.0
125.0.0-beta.0
114.1.6
114.1.5
114.1.4
114.1.3
114.1.2
114.1.1
114.1.0
114.0.1-beta.0
114.0.0
114.0.0-beta.0
104.0.1
104.0.0
104.0.0-beta.1
104.0.0-beta.0
WebRTC for React Native
github.com/livekit/react-native-webrtc
livekit/react-native-webrtc
@livekit/react-native-webrtc
/
tsconfig.json
15 lines
(14 loc)
•
334 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"include"
:
[
"src/**/*.ts"
]
,
"compilerOptions"
:
{
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"strict"
:
true
,
"moduleResolution"
:
"node"
,
"lib"
:
[
"es2015"
,
"esnext"
]
,
"jsx"
:
"react-native"
,
"resolveJsonModule"
:
true
,
"noImplicitAny"
:
false
,
}
,
"exclude"
:
[
"node_modules"
]
}