{ "extends": "../../tsconfig.base.json", "compilerOptions": { "noEmit": true, "paths": { "@jaeswift/jae-coding-agent": ["./src/index.ts"], "@jaeswift/jae-coding-agent/hooks": ["./src/core/hooks/index.ts"], "@jaeswift/jae-tui": ["../tui/src/index.ts"], "@jaeswift/jae-ai": ["../ai/src/index.ts"], "@sinclair/typebox": ["../../node_modules/@sinclair/typebox"] }, "skipLibCheck": true }, "include": ["examples/**/*.ts"], "exclude": ["node_modules", "dist"] }