f26c50dec0
Adds apps/worker with TypeScript config, BullMQ/ioredis dependencies, pino logger bootstrap, and a smoke test. Queue consumers wired in later phases. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
185 B
JSON
10 lines
185 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|