mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 09:07:47 +01:00
14 lines
No EOL
297 B
JSON
14 lines
No EOL
297 B
JSON
{
|
|
"extends": "@istanbuljs/nyc-config-typescript",
|
|
"check-coverage": false,
|
|
"ski-full": true,
|
|
"reporter": ["text", "html"],
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"src/routes/addUnlistedVideo.ts",
|
|
"src/cronjob/downvoteSegmentArchiveJob.ts",
|
|
"src/databases/*"
|
|
]
|
|
} |