summaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: 266ba9ca239696c1aa96ab9da8ba190ba9f7bd23 (plain)
1
2
3
4
5
6
7
8
{
  "extends": "@react-native/typescript-config",
  "compilerOptions": {
    "types": ["jest"]
  },
  "include": ["**/*.ts", "**/*.tsx"],
  "exclude": ["**/node_modules", "**/Pods"]
}