@resonatehq/opentelemetry
Version:
OpenTelemetry integration for Resonate SDK in TypeScript. Provides tracing and observability for durable executions and workflows.
18 lines (17 loc) • 368 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"lib": ["ES2020"],
"declaration": true,
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}