Skip to main content
Module

x/deepmergets/.nycrc

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