UNPKG
expo-eas-observe
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Expo module that exposes various app metrics and sends them to EAS Observe
docs.expo.dev
expo/expo
expo-eas-observe
/
plugin
/
tsconfig.json
10 lines
(9 loc)
•
202 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"expo-module-scripts/tsconfig.plugin"
,
"compilerOptions"
:
{
"outDir"
:
"build"
,
"rootDir"
:
"src"
}
,
"include"
:
[
"./src"
]
,
"exclude"
:
[
"**/__mocks__/*"
,
"**/__tests__/*"
]
}