badeball/xpath-analyzer

View on GitHub
tsconfig.json

Summary

Maintainability
Test Coverage
{
  "compilerOptions": {
    "newLine": "LF",
    "strictNullChecks": true,
    "target": "ES6",
    "moduleResolution": "node",
    "noImplicitAny": true,
    "esModuleInterop": true
  }
}