lilith-platform.live/codebase/@features/analytics/frontend-client/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

16 lines
335 B
JSON

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