co-mono/packages/coding-agent/tsconfig.examples.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"]
}