hermes-agent/ui-tui/tsconfig.build.json
2026-04-11 11:29:08 -05:00

9 lines
155 B
JSON

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