tsconfig.json 134 B

12345
  1. {
  2. "extends": "@react-native/typescript-config",
  3. "include": ["**/*.ts", "**/*.tsx"],
  4. "exclude": ["**/node_modules", "**/Pods"]
  5. }