-
-
Notifications
You must be signed in to change notification settings - Fork 866
/
tsconfig-compodoc.json
23 lines (23 loc) · 1.81 KB
/
tsconfig-compodoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"extends": "./tsconfig.json",
"files": [
"projects/angular-calendar/src/modules/calendar.module.ts",
"projects/angular-calendar/src/modules/day/calendar-day.module.ts",
"projects/angular-calendar/src/modules/day/calendar-day-view/calendar-day-view.component.ts",
"projects/angular-calendar/src/modules/week/calendar-week.module.ts",
"projects/angular-calendar/src/modules/week/calendar-week-view/calendar-week-view.component.ts",
"projects/angular-calendar/src/modules/month/calendar-month.module.ts",
"projects/angular-calendar/src/modules/month/calendar-month-view/calendar-month-view.component.ts",
"projects/angular-calendar/src/modules/common/calendar-common.module.ts",
"projects/angular-calendar/src/modules/common/calendar-date/calendar-date.pipe.ts",
"projects/angular-calendar/src/modules/common/calendar-date-formatter/calendar-date-formatter.interface.ts",
"projects/angular-calendar/src/modules/common/calendar-event-times-changed-event/calendar-event-times-changed-event.interface.ts",
"projects/angular-calendar/src/modules/common/calendar-date-formatter/calendar-date-formatter.provider.ts",
"projects/angular-calendar/src/modules/common/calendar-event-title-formatter/calendar-event-title-formatter.provider.ts",
"projects/angular-calendar/src/modules/common/calendar-moment-date-formatter/calendar-moment-date-formatter.provider.ts",
"projects/angular-calendar/src/modules/common/calendar-native-date-formatter/calendar-native-date-formatter.provider.ts",
"projects/angular-calendar/src/modules/common/calendar-next-view/calendar-next-view.directive.ts",
"projects/angular-calendar/src/modules/common/calendar-previous-view/calendar-previous-view.directive.ts",
"projects/angular-calendar/src/modules/common/calendar-today/calendar-today.directive.ts"
]
}