school-schedule-sync
Version:
Synchronization between JSON schedule and Google Calendar
28 lines (24 loc) • 328 B
JSON
{
"all": true,
"check-coverage" : true,
"statements" : 100,
"branches" : 100,
"lines" : 100,
"functions" : 100,
"report-dir" : "./coverage",
"temp-dir" : "./coverage",
"reporter" : [
"text",
"html"
],
"extension": [
".js",
".mjs",
".cjs",
".jsx",
".ts",
".cts",
".mts",
".tsx"
]
}