mirror of
https://github.com/wassname/pi-plan.git
synced 2026-09-26 14:10:23 +08:00
Bundle Intercom/VCC with the internal supervisor. Add default alignment questions and conversational plan review. Cover model recovery, cancellation and packed single-package operation.
11 lines
170 B
JSON
11 lines
170 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@sting8k/pi-vcc/src/*": [
|
|
"./src/internal/supervisor/vcc.d.ts"
|
|
]
|
|
}
|
|
}
|
|
}
|