hermes-agent/ui-tui/tsconfig.build.json
ethernet 3bfbb3f2a0 change(tooling): typecheck in CI, update ts to 6
fix(ui-tui): fix ts 6 real type errors

change(tooling): use new node everywhere
2026-06-10 11:59:34 -04:00

8 lines
135 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"paths": {
"@hermes/ink": ["src/types/hermes-ink.d.ts"]
}
}
}