Przeglądaj źródła

fix: interfaces export

mloenow 1 rok temu
rodzic
commit
0cc26c83a4
1 zmienionych plików z 1 dodań i 1 usunięć
  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'