- добавлены backend, admin, gateway и worker skeleton - добавлены Drizzle schema, database package и initial migration - добавлены shared packages для RabbitMQ topology и S3 helpers - обновлены dev-инфраструктура, env example, scripts и dependencies - обновлена документация под versioned image URLs и read-through flow
9 lines
171 B
JSON
9 lines
171 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"noEmit": false
|
|
},
|
|
"exclude": ["node_modules", "dist", "test", "**/*.spec.ts"]
|
|
}
|