react-native-calendars
Version:
React Native Calendar Components
34 lines (33 loc) • 930 B
JSON
{
// "extends": "@react-native/typescript-config/tsconfig.json",
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"esModuleInterop": true,
"moduleResolution": "node",
"jsx": "react-native",
"skipLibCheck": true,
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noEmit": false,
"checkJs": false,
"allowJs": false,
"noImplicitAny": false,
"declaration": true,
"baseUrl": ".",
"paths": {
"react-native-calendars": ["./src/index.ts"]
}
},
"include": [
"src/**/*",
"example/src/screens/calendarScreen.tsx",
"example/src/screens/expandableCalendarScreen.tsx",
"example/src/screens/agendaScreen.tsx",
"example/src/screens/timelineCalendarScreen.tsx",
"example/src/screens/calendarListScreen.tsx",
"example/src/screens/newCalendarListScreen.tsx"
],
"exclude": ["node_modules", "testUtils"]
}