10 lines
217 B
JSON
10 lines
217 B
JSON
|
// @generated by expo-module-scripts
|
||
|
{
|
||
|
"extends": "expo-module-scripts/tsconfig.base",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./build"
|
||
|
},
|
||
|
"include": ["./src"],
|
||
|
"exclude": ["**/__mocks__/*", "**/__tests__/*"]
|
||
|
}
|