feat: foundation — Docker Compose, OTEL, shared types (#65)

Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
This commit is contained in:
2026-03-13 01:55:33 +00:00
committed by jason.woltje
parent f6f05cf23a
commit 35e4e2e527
14 changed files with 2055 additions and 26 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"
"rootDir": "src",
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]