superminhash
Version:
TypeScript implementation of the SuperMinHash algorithm for Jaccard similarity estimation
15 lines (14 loc) • 362 B
JSON
{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "dist",
"declaration": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.test.ts"]
}