Files
Kmake/deps/undici/src/.c8rc.json
2026-05-26 23:36:42 -07:00

14 lines
148 B
JSON

{
"all": true,
"reporter": [
"lcov",
"text",
"html",
"text-summary"
],
"include": [
"lib/**/*.js",
"index.js"
]
}