mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 20:03:05 +00:00
16 lines
496 B
JSON
16 lines
496 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"paths": {
|
|
"@mariozechner/pi-coding-agent": ["./src/index.ts"],
|
|
"@mariozechner/pi-coding-agent/hooks": ["./src/core/hooks/index.ts"],
|
|
"@mariozechner/pi-tui": ["../tui/src/index.ts"],
|
|
"@mariozechner/pi-ai": ["../ai/src/index.ts"],
|
|
"@sinclair/typebox": ["../../node_modules/@sinclair/typebox"]
|
|
},
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["examples/**/*.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|