10 lines
202 B
JSON
10 lines
202 B
JSON
|
|
{
|
||
|
|
"extends": "expo-module-scripts/tsconfig.plugin",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "build",
|
||
|
|
"rootDir": "src"
|
||
|
|
},
|
||
|
|
"include": ["./src"],
|
||
|
|
"exclude": ["**/__mocks__/*", "**/__tests__/*"]
|
||
|
|
}
|