소스 검색

fix: interfaces export

mloenow 1 년 전
부모
커밋
0cc26c83a4
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'