Files
dev-puppeteer/tsconfig.json
2026-05-14 01:16:41 +09:00

20 lines
507 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"noEmit": true,
"types": ["node", "vitest"]
},
"include": ["vitest.workspace.ts", "tests/**/*.ts"],
"references": [
{ "path": "./packages/core" },
{ "path": "./packages/db" },
{ "path": "./packages/run-engine" },
{ "path": "./packages/session" },
{ "path": "./packages/workflows" },
{ "path": "./apps/api" },
{ "path": "./apps/cli" },
{ "path": "./apps/web" },
{ "path": "./apps/worker" }
]
}