Files
pi-goals/tsconfig.json
T
wassname2 3636953eda Port native goals workers and checkpoint report review workflow
Use Nico project panes, session-scoped scheduler integration and plan-owned reviewed status. Compact the goal footer and add history-backed report review with verified saved delivery.

Dogfooding checkpoint: ownership rebinding, broader report ingestion and native review UAT remain unfinished. Verified 139 tests, typecheck, lint and diff-check.
2026-09-15 14:30:27 +08:00

19 lines
392 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"paths": { "pi-subagents/project-panes": ["./src/project-panes.d.ts"] },
"outDir": "dist",
"rootDir": "src",
"declaration": true
},
"include": [
"src/**/*.ts",
"src/**/*.tsx"
]
}