UNPKG

@react-native-firebase/installations

Version:
21 lines (20 loc) 854 B
{ "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/dist/module/internal/NativeModules": [ "../app/dist/typescript/lib/internal/NativeModules" ], "@react-native-firebase/app": ["../app/dist/typescript/lib"] } }, "include": ["lib/**/*.ts"], "exclude": ["node_modules", "dist", "__tests__", "**/*.test.ts", "lib/**/*.d.ts"] }