Skip to main content
Module

x/deepmergets/.c8rc.json

Deeply merge 2 or more objects respecting type information.
Go to Latest
File
{ "all": true, "include": ["src/**/*"], "exclude": ["src/types/**/*"], "reporter": ["lcov", "text"], "check-coverage": false, "watermarks": { "lines": [80, 95], "functions": [80, 95], "branches": [80, 95], "statements": [80, 95] }}