lilith-platform.live/codebase/@features/analytics/shared/tsconfig.json
Claude Code 71754cd453 feat(analytics): Introduce AnalyticsClient for frontend event tracking and shared event utilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 09:41:12 -07:00

15 lines
311 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true,
"declarationMap": true,
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src"]
}