UNPKG

@wizard9/json-patch-apply

Version:

A library for describing, calculating, and applying patches to Javascript Objects.

26 lines 438 B
{ "cache": false, "check-coverage": false, "extension": [ ".ts" ], "include": [ "**/*.js", "**/*.ts" ], "exclude": [ "coverage/**", "node_modules/**", "**/*.d.ts", "**/*.test.ts", "**/*.spec.ts" ], "sourceMap": true, "reporter": [ "html", "text", "text-summary" ], "all": true, "instrument": true }