benjamine/jsondiffpatch

View on GitHub
demos/numeric-plugin-demo/tsconfig.json

Summary

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