2026-06-06 09:27:30 -05:00
|
|
|
{
|
2026-06-06 09:46:38 -05:00
|
|
|
"extends": "@react-native/typescript-config",
|
|
|
|
|
"compilerOptions": {
|
2026-06-12 08:19:40 -05:00
|
|
|
"resolveJsonModule": true,
|
2026-06-06 09:46:38 -05:00
|
|
|
"types": ["jest"]
|
|
|
|
|
},
|
|
|
|
|
"include": ["**/*.ts", "**/*.tsx"],
|
|
|
|
|
"exclude": ["**/node_modules", "**/Pods"]
|
2026-06-06 09:27:30 -05:00
|
|
|
}
|