UNPKG

datum-merge

Version:

Simplified diff and merging for deeply nested objects

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