UNPKG

aiwg

Version:

Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo

23 lines (22 loc) 382 B
{ "extends": "../../../../tsconfig.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist", "baseUrl": "./src", "paths": { "@sdlc/*": ["./*"], "@global/*": ["../../../../src/*"] } }, "include": [ "src/**/*.ts", "src/**/*.tsx" ], "exclude": [ "node_modules", "dist", "**/*.test.ts", "**/*.spec.ts" ] }