UNPKG

hnswsqlite

Version:

Vector search with HNSWlib and SQLite in TypeScript.

14 lines (13 loc) 268 B
{ "compilerOptions": { "target": "ES2020", "module": "commonjs", "declaration": true, "outDir": "dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }