Files
Kmake/deps/undici/src/.c8rc.json

14 lines
148 B
JSON
Raw Normal View History

2026-05-26 23:36:42 -07:00
{
"all": true,
"reporter": [
"lcov",
"text",
"html",
"text-summary"
],
"include": [
"lib/**/*.js",
"index.js"
]
}