UNPKG

expo-notifications

Version:

Provides an API to fetch push notification tokens and to present, schedule, receive, and respond to notifications.

11 lines (10 loc) 225 B
{ "extends": "expo-module-scripts/tsconfig.plugin", "compilerOptions": { "types": ["node"], "outDir": "build", "rootDir": "src" }, "include": ["./src"], "exclude": ["**/__mocks__/*", "**/__tests__/*"] }