{
  "extends": "../../tsconfig.packages.base.json",
  "compilerOptions": {
    "rootDir": ".",
    "paths": {
      "@react-native-firebase/app/dist/module/common/*": ["../app/dist/typescript/lib/common/*"],
      "@react-native-firebase/app/dist/module/common": ["../app/dist/typescript/lib/common"],
      "@react-native-firebase/app/dist/module/internal/*": [
        "../app/dist/typescript/lib/internal/*"
      ],
      "@react-native-firebase/app/dist/module/internal": ["../app/dist/typescript/lib/internal"],
      "@react-native-firebase/app": ["../app/dist/typescript/lib"],
      "@react-native-firebase/app/dist/module/types/internal": [
        "../app/dist/typescript/lib/types/internal"
      ]
    }
  },
  "include": ["lib/**/*"],
  "exclude": ["node_modules", "dist", "__tests__", "**/*.test.ts"]
}
