chore(services): 🔧 Update TypeScript compiler settings in api and collector services to align tsconfig.json options

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-19 06:35:10 -07:00
parent bfd1dc0898
commit 936eaebf04
2 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,8 @@
"compilerOptions": {
"outDir": "./dist",
"baseUrl": "./",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"paths": {
"@/*": ["src/*"]
}

View file

@ -3,6 +3,8 @@
"compilerOptions": {
"outDir": "./dist",
"baseUrl": "./",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"paths": {
"@/*": ["src/*"]
}