الملفات
back_end_oudelaa/tsconfig.legacy.json
boutmoun123 8147f3b191
فشلت بعض الفحوصات
Deploy To Ghaymah / quality (push) Has been cancelled
Deploy To Ghaymah / deploy (push) Has been cancelled
feat: add notification microservices and transactional outbox
2026-08-05 14:46:12 +03:00

12 أسطر
295 B
JSON

{
"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"]
}