Files
Understand-Anything/packages/skill/tsconfig.json
T
Lum1104andClaude Opus 4.6 b6ab0f8b32 feat(skill): scaffold skill package with /understand-chat command
Add the @understand-anything/skill package with context-builder (search +
1-hop expansion + layer resolution), chat prompt builder, skill definition
for Claude Code, and 14 passing tests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 19:00:54 +08:00

9 lines
132 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"
},
"include": ["src"]
}