UNPKG
newrelic-react-native-agent
Version:
latest (1.8.6)
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.2
1.7.1
1.7.0
1.6.0
1.5.12
1.5.11
1.5.10
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.8
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.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.1-beta.6
0.0.1-beta.5
0.0.1-beta.4
0.0.1-beta.3
0.0.1-beta.2
0.0.1-beta.1
0.0.1-beta.0
A New Relic Mobile Agent for React Native
github.com/newrelic/newrelic-react-native-agent
newrelic-react-native-agent
/
plugin
/
tsconfig.json
10 lines
•
219 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"@tsconfig/node12/tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"build"
,
"rootDir"
:
"src"
,
"declaration"
:
true
,
"resolveJsonModule"
:
true
}
,
"include"
:
[
"./src"
]
}