{
  "extends": "@react-native/typescript-config/tsconfig.json",
  "include": ["src/**/*", "global.d.ts"],
  "esModuleInterop": true,
  "compilerOptions": {
    "jsx": "react",
    "skipLibCheck": true
  }
}
