UNPKG

@alaudoni/expo-firebase-extension-plugin

Version:

The Firebase Expo plugin allows you to use Firebase without leaving the managed workflow. Developed in collaboration with SweetGreen.

18 lines (17 loc) 333 B
{ "extends": "expo-module-scripts/tsconfig.plugin", "compilerOptions": { "rootDir": "./", "outDir": "./build", "declaration": false, "noImplicitAny": true }, "include": [ "./" ], "exclude": [ "**/__mocks__/*", "**/__tests__/*", "examples" ] }