fratzinger/object-replace-mustache

View on GitHub
tsconfig.json

Summary

Maintainability
Test Coverage
{
  "compilerOptions": {
    "target": "ESNext",
    "module": "ESNext",
    "moduleResolution": "Node",
    "esModuleInterop": true,
    "strict": true,
    "types": ["vitest/globals", "vitest/importMeta"]
  },
  "include": ["src/**/*", "test/**/*"],
  "exclude": ["node_modules"]
}