UNPKG

hnswsqlite

Version:

Vector search with HNSWlib and SQLite in TypeScript.

15 lines (14 loc) 354 B
{ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "./dist/cli", "rootDir": "./src/cli", "module": "commonjs", "esModuleInterop": true, "resolveJsonModule": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/cli/**/*"], "exclude": ["node_modules", "**/*.test.ts"] }