UNPKG

datum-merge

Version:

Simplified diff and merging for deeply nested objects

11 lines 237 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "baseUrl": ".", "outDir": "./dist-dif/cjs", "module": "CommonJS", "target": "ES6", // "importHelpers": true, }, "include": ["deep-diff.ts"], }