UNPKG

expo-notification-service-extension-plugin

Version:

Expo plugin that expects a notification service extension file as an input and copies it to XCode binaries

16 lines (15 loc) 282 B
{ "extends": "expo-module-scripts/tsconfig.plugin", "compilerOptions": { "rootDir": "./", "outDir": "./build", "declaration": false }, "include": [ "./" ], "exclude": [ "**/__mocks__/*", "**/__tests__/*" ] }