{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "./lib",
    "jsx": "react-native",
    "types": ["node", "jest"],
    "noEmit": true,
    "skipLibCheck": true
  },
  "exclude": ["node_modules", "babel.config.js", "metro.config.js", "jest.config.js"]
}
