feat: add notification microservices and transactional outbox
فشلت بعض الفحوصات
Deploy To Ghaymah / quality (push) Has been cancelled
Deploy To Ghaymah / deploy (push) Has been cancelled

هذا الالتزام موجود في:
boutmoun123
2026-08-05 14:46:12 +03:00
الأصل 2fd5322ef7
التزام 8147f3b191
62 ملفات معدلة مع 2212 إضافات و126 حذوفات

11
tsconfig.legacy.json Normal file
عرض الملف

@@ -0,0 +1,11 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "./dist/legacy",
"declaration": false,
"incremental": false
},
"include": ["src/**/*.ts", "libs/**/*.ts"],
"exclude": ["node_modules", "dist", "test", "oudelaa_dashboard", "**/*.spec.ts"]
}