59df2f6856
Update error handling and improve streaming capabilities in the Ollama client and related components. Key changes include: - Simplify error types and improve error handling - Refactor streaming logic to use async generators - Update tool execution and vault indexing - Improve utility functions and types - Update test files to reflect changes
10 lines
192 B
JSON
Executable File
10 lines
192 B
JSON
Executable File
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ESNext", "DOM"],
|
|
"types": ["node", "jest", "jsdom"]
|
|
},
|
|
"include": ["tests/**/*"],
|
|
"exclude": ["node_modules"]
|
|
}
|