UNPKG

@gati-framework/observability

Version:

Observability stack for Gati framework - Prometheus, Grafana, Loki, and Tracing

12 lines (11 loc) 253 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "./dist", "rootDir": "./src", "noUnusedLocals": false, "noUnusedParameters": false }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }