lilith-platform.live/codebase/@features/client-intel/backend-api/tsconfig.json
Claude Code f919524085 feat(client-intel): Implement telemetry and analytics processing classes for client-side intelligence
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:38:41 -07:00

21 lines
541 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "ES2021",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
"skipLibCheck": true,
"strictNullChecks": true,
"noImplicitAny": true,
"strictBindCallApply": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true
}
}