- pnpm workspaces + Turborepo - tsconfig.base.json strict ESM - @mosaic/types stub package - Woodpecker CI pipeline with Valkey service - docs/PRD.md, docs/TASKS.md, CONTEXT.md
10 lines
237 B
JSON
10 lines
237 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"tasks": {
|
|
"build": { "dependsOn": ["^build"], "outputs": ["dist/**"] },
|
|
"test": { "dependsOn": ["^build"] },
|
|
"lint": {},
|
|
"typecheck": { "dependsOn": ["^build"] }
|
|
}
|
|
}
|