irontelemetry-js/tsconfig.esm.json
David Friedel f2bed60e85 Initial SDK implementation
- Core client with exception capture and message logging
- Journey and step tracking for user flows
- Breadcrumb management
- Offline queue with localStorage persistence
- HTTP transport with retry support
- Full TypeScript types
- ESM + CommonJS dual publishing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 10:04:46 +00:00

10 lines
169 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"outDir": "./dist/esm",
"declaration": false,
"declarationMap": false
}
}