elearning/Frontend-Learner/node_modules/replace-in-file/.nycrc

7 lines
154 B
Text
Raw Normal View History

2026-01-13 10:46:40 +07:00
{
"exclude": ["node_modules", "test", "**/*.spec.js"],
"require": ["@babel/register"],
"reporter": ["lcov", "text", "html"],
"sourceMap": false
}