{ "extends": "../../tsconfig.base.json", "compilerOptions": { "noEmit": true, "baseUrl": ".", "paths": { "@mariozechner/pi-coding-agent": ["./src/index.ts"], "@mariozechner/pi-coding-agent/hooks": ["./src/core/hooks/index.ts"] }, "skipLibCheck": true }, "include": ["examples/**/*.ts"], "exclude": ["node_modules", "dist"] }