mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@hermes/ink": ["src/types/hermes-ink.d.ts"]
|
|
}
|
|
}
|
|
}
|