II.
Tool JSON
Structured · livetool:tsc
TypeScript Compiler json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:tsc",
"_kind": "Tool",
"_file": "domain/tools/tsc.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "TypeScript Compiler",
"homepageUrl": "https://www.typescriptlang.org",
"kind": "transpiler",
"language": "language:typescript",
"description": "TypeScript compiler - type-checks .ts/.tsx and emits JavaScript.\n"
},
"outgoingEdges": [
{
"from": "tool:tsc",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "tool:tsc",
"to": "skill-area:code-quality",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:tsc",
"to": "tool:mypy",
"kind": "alternative_to",
"attributes": {
"comparison": "Type checkers — tsc checks TypeScript; mypy checks Python"
}
}
],
"incomingEdges": [
{
"from": "specialization:webapp-fullstack-typescript",
"to": "tool:tsc",
"kind": "uses_tool"
},
{
"from": "specialization:cli-mcp-development",
"to": "tool:tsc",
"kind": "uses_tool"
},
{
"from": "specialization:sdk-platform-development",
"to": "tool:tsc",
"kind": "uses_tool"
},
{
"from": "specialization:code-migration-modernization",
"to": "tool:tsc",
"kind": "uses_tool"
}
]
}