tsconfig.json 134 Bytes
Newer Older
jayed nahian's avatar
jayed nahian committed
{
  "extends": "@react-native/typescript-config",
  "include": ["**/*.ts", "**/*.tsx"],
  "exclude": ["**/node_modules", "**/Pods"]
}