benjamine/jsondiffpatch

View on GitHub
demos/html-demo/tsconfig.json

Summary

Maintainability
Test Coverage
{
  "compilerOptions": {
    "target": "es6",
    "module": "node16",
    "outDir": "build",
    "esModuleInterop": true,
    "forceConsistentCasingInFileNames": true,
    "strict": true,
    "skipLibCheck": false
  }
}