6 lines
134 B
JSON
6 lines
134 B
JSON
{
|
|
"extends": "@react-native/typescript-config",
|
|
"include": ["**/*.ts", "**/*.tsx"],
|
|
"exclude": ["**/node_modules", "**/Pods"]
|
|
}
|