Files
hermes-agent/ui-tui/tsconfig.build.json
2026-06-14 14:30:48 -04:00

9 lines
135 B
JSON

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