UNPKG
@trymagically/expo-dev-client
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Magically custom Expo development client
docs.expo.dev/versions/latest/sdk/dev-client/
expo/expo
@trymagically/expo-dev-client
/
tsconfig.json
10 lines
(9 loc)
•
239 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
// @generated by expo-module-scripts
{
"extends"
:
"expo-module-scripts/tsconfig.base"
,
"compilerOptions"
:
{
"outDir"
:
"./build"
}
,
"include"
:
[
"./src"
]
,
"exclude"
:
[
"**/__mocks__/*"
,
"**/__tests__/*"
,
"**/__rsc_tests__/*"
]
}