UNPKG
airbridge-react-native-sdk
Version:
latest (4.9.0)
sdk-v2 (2.10.0)
4.9.0
4.8.0
4.7.1
4.7.0
4.6.0
4.5.1
4.5.0
4.4.1
4.4.0
4.3.0
4.2.1
4.2.0
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.0
2.10.0
2.9.0
2.8.9
2.8.8
2.8.7
2.8.6
2.8.5
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
2.7.3
2.7.2
2.7.1
2.6.0
2.5.3
2.5.2
2.5.1
2.5.0
2.4.0
2.3.0
2.2.0
2.1.3
2.1.2
2.1.1
2.0.2
1.5.0
1.4.10
1.4.9
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.4
1.2.3
1.2.2
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Airbridge SDK for React Native
help.airbridge.io
airbridge-react-native-sdk
/
source
/
tsconfig.json
15 lines
(14 loc)
•
352 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"target"
:
"ES2015"
,
"lib"
:
[
"ES2015"
]
,
"types"
:
[
"react-native"
]
,
"outDir"
:
"../build/source"
,
"declaration"
:
true
,
"sourceMap"
:
true
,
"strict"
:
true
,
"noUncheckedIndexedAccess"
:
true
,
"moduleResolution"
:
"node"
,
"esModuleInterop"
:
true
}
}