forked from mattlewis92/angular-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig-compodoc.json
More file actions
19 lines (19 loc) · 808 Bytes
/
Copy pathtsconfig-compodoc.json
File metadata and controls
19 lines (19 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"extends": "./tsconfig.json",
"files": [
"src/calendar.module.ts",
"src/components/day/calendarDayView.component.ts",
"src/components/week/calendarWeekView.component.ts",
"src/components/month/calendarMonthView.component.ts",
"src/pipes/calendarDate.pipe.ts",
"src/interfaces/calendarDateFormatter.interface.ts",
"src/interfaces/calendarEventTimesChangedEvent.interface.ts",
"src/providers/calendarDateFormatter.provider.ts",
"src/providers/calendarEventTitleFormatter.provider.ts",
"src/providers/calendarMomentDateFormatter.provider.ts",
"src/providers/calendarNativeDateFormatter.provider.ts",
"src/directives/calendarNextView.directive.ts",
"src/directives/calendarPreviousView.directive.ts",
"src/directives/calendarToday.directive.ts"
]
}