Refactor error handling, client, and tests for Ollama integration
This commit is contained in:
+4
-3
@@ -2,8 +2,9 @@
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["ESNext", "DOM"],
|
||||
"types": ["node", "jest", "jsdom"]
|
||||
"types": ["node", "jest", "jsdom"],
|
||||
"rootDir": ".",
|
||||
},
|
||||
"include": ["tests/**/*"],
|
||||
"exclude": ["node_modules"]
|
||||
"include": ["tests/**/*", "src/**/*"],
|
||||
"exclude": ["node_modules"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user