UNPKG
expo-shazamkit
Version:
latest (1.0.0)
1.0.0
0.1.2
0.1.1
0.1.0
0.0.0
ShazamKit for React Native
github.com/alanjhughes/expo-shazamkit
alanjhughes/expo-shazamkit
expo-shazamkit
/
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__/*"
]
}