瀏覽代碼

fix: interfaces export

Bruce MacDonald 1 年之前
父節點
當前提交
710b027c33
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/index.ts

+ 1 - 1
src/index.ts

@@ -315,4 +315,4 @@ export class Ollama {
 export default new Ollama()
 
 // export all types from the main entry point so that packages importing types dont need to specify paths
-export * from './interfaces'
+export * from './interfaces.js'