21 lines
291 B
JSON
21 lines
291 B
JSON
{
|
|
"extends": "@react-native/typescript-config",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"jest"
|
|
],
|
|
"paths": {
|
|
"@config": [
|
|
"./app/config"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.tsx"
|
|
],
|
|
"exclude": [
|
|
"**/node_modules",
|
|
"**/Pods"
|
|
]
|
|
} |