mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-13 09:01:54 +00:00
8 lines
135 B
JSON
8 lines
135 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@hermes/ink": ["src/types/hermes-ink.d.ts"]
|
|
}
|
|
}
|
|
}
|