UNPKG
react-native-site24x7-rn
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Monitor react native mobile applications with site24x7 Mobile RUM
www.site24x7.com
react-native-site24x7-rn
/
tsconfig.json
14 lines
•
243 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"include"
:
[
"decs.d.ts"
]
,
"exclude"
:
[
"node_modules"
,
]
,
"compilerOptions"
:
{
"allowJs"
:
true
,
"esModuleInterop"
:
true
,
"module"
:
"commonjs"
,
"jsx"
:
"react-native"
,
}
}