UNPKG

expo-calendar

Version:

Provides an API for interacting with the device's system calendars, events, reminders, and associated records.

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